public class NormalizedScore
extends java.lang.Object
Constructor and Description |
---|
NormalizedScore() |
Modifier and Type | Method and Description |
---|---|
void |
createLookupTable(PercentileRank prank,
LinearTransformation linear)
Creates a TreeMap
|
double[][] |
evaluate(PercentileRank prank,
DefaultLinearTransformation linear)
For r number of score levels between min and max (as defined in PercentileRank),
inclusive, this method returns a r x 2 array with integer based scores in first
column and normalized scores in the second column.
|
double |
getNormalizedScoreAt(double value) |
double |
getNormalizedScoreAt(int value) |
java.lang.String |
printTable(int precision) |
java.lang.String |
toString() |
java.util.Iterator<java.lang.Integer> |
valueIterator() |
public void createLookupTable(PercentileRank prank, LinearTransformation linear)
public double[][] evaluate(PercentileRank prank, DefaultLinearTransformation linear)
public double getNormalizedScoreAt(int value)
public double getNormalizedScoreAt(double value)
public java.util.Iterator<java.lang.Integer> valueIterator()
public java.lang.String printTable(int precision)
public java.lang.String toString()
toString
in class java.lang.Object