|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.learn.Normalizer
public abstract class Normalizer
A normalizer is a function of a ScoreSet producing normalized
scores. It is left to the implementing subclass to define the term
"normalized".
| Constructor Summary | |
|---|---|
Normalizer()
|
|
| Method Summary | |
|---|---|
abstract ScoreSet |
normalize(ScoreSet scores)
Normalizes the given ScoreSet; its scores are modified in
place before it is returned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Normalizer()
| Method Detail |
|---|
public abstract ScoreSet normalize(ScoreSet scores)
ScoreSet; its scores are modified in
place before it is returned.
scores - The set of scores to normalize.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||