public class IdentityNormalizer extends Normalizer
Normalizer simply returns the same ScoreSet it was passed as input
without modifying anything.| Constructor and Description |
|---|
IdentityNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
ScoreSet |
normalize(ScoreSet scores)
Simply returns the argument.
|
public ScoreSet normalize(ScoreSet scores)
normalize in class Normalizerscores - The set of scores to normalize.Copyright © 2016. All rights reserved.