public class Log extends Normalizer
ScoreSet returned by the specified
Normalizer into log(s).| Modifier and Type | Field and Description |
|---|---|
protected Normalizer |
first
This normalizer runs before applying the log function.
|
| Constructor and Description |
|---|
Log()
This constructor provided for use by the LBJava compiler only.
|
Log(Normalizer n)
Initializing constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreSet |
normalize(ScoreSet scores)
Normalizes the given
ScoreSet; its scores are modified in place before it is
returned. |
protected Normalizer first
public Log()
public Log(Normalizer n)
n - This normalizer runs before applying the log function.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.Copyright © 2016. All rights reserved.