public abstract class Normalizer extends Object
ScoreSet producing normalized scores. It is left to
the implementing subclass to define the term "normalized".| Constructor and Description |
|---|
Normalizer() |
| Modifier and Type | Method and Description |
|---|---|
abstract ScoreSet |
normalize(ScoreSet scores)
Normalizes the given
ScoreSet; its scores are modified in place before it is
returned. |
Copyright © 2016. All rights reserved.