LBJ2.learn
Class IdentityNormalizer

java.lang.Object
  extended by LBJ2.learn.Normalizer
      extended by LBJ2.learn.IdentityNormalizer

public class IdentityNormalizer
extends Normalizer

This Normalizer simply returns the same ScoreSet it was passed as input without modifying anything.


Constructor Summary
IdentityNormalizer()
           
 
Method Summary
 ScoreSet normalize(ScoreSet scores)
          Simply returns the argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityNormalizer

public IdentityNormalizer()
Method Detail

normalize

public ScoreSet normalize(ScoreSet scores)
Simply returns the argument.

Specified by:
normalize in class Normalizer
Parameters:
scores - The set of scores to normalize.
Returns:
The normalized set of scores.