|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.learn.Normalizer
LBJ2.learn.IdentityNormalizer
public class IdentityNormalizer
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 |
|---|
public IdentityNormalizer()
| Method Detail |
|---|
public ScoreSet normalize(ScoreSet scores)
normalize in class Normalizerscores - The set of scores to normalize.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||