|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.learn.Normalizer
LBJ2.learn.Log
public class Log
Simply turns each score s in the ScoreSet returned by the
specified Normalizer into log(s).
| Field Summary | |
|---|---|
protected Normalizer |
first
This normalizer runs before applying the log function. |
| Constructor Summary | |
|---|---|
Log()
This constructor provided for use by the LBJ compiler only. |
|
Log(Normalizer n)
Initializing constructor. |
|
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
protected Normalizer first
| Constructor Detail |
|---|
public Log()
public Log(Normalizer n)
n - This normalizer runs before applying the log function.| Method Detail |
|---|
public ScoreSet normalize(ScoreSet scores)
ScoreSet; its scores are modified in
place before it is returned.
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 | |||||||||