public class ScoreTable
extends java.lang.Object
Constructor and Description |
---|
ScoreTable(ScoreBounds sumScoreBounds) |
ScoreTable(ScoreBounds sumScoreBounds,
java.lang.Double by,
java.lang.String name,
int precision) |
ScoreTable(ScoreBounds sumScoreBounds,
int precision) |
ScoreTable(ScoreBounds sumScoreBounds,
java.lang.String name) |
ScoreTable(ScoreBounds sumScoreBounds,
java.lang.String name,
int precision) |
Modifier and Type | Method and Description |
---|---|
java.util.TreeMap<java.lang.Double,java.lang.Double> |
getTable() |
void |
kelleyScoreTable(KelleyRegressedScore kelley,
LinearTransformation linearTransformation,
ScoreBounds scaleScoreBounds,
boolean rescale) |
void |
normalizedScoreTable(NormalizedScore normScore,
ScoreBounds scaleScoreBounds,
boolean rescale) |
java.lang.String |
toString() |
public ScoreTable(ScoreBounds sumScoreBounds)
public ScoreTable(ScoreBounds sumScoreBounds, java.lang.String name)
public ScoreTable(ScoreBounds sumScoreBounds, int precision)
public ScoreTable(ScoreBounds sumScoreBounds, java.lang.String name, int precision)
public ScoreTable(ScoreBounds sumScoreBounds, java.lang.Double by, java.lang.String name, int precision)
public void kelleyScoreTable(KelleyRegressedScore kelley, LinearTransformation linearTransformation, ScoreBounds scaleScoreBounds, boolean rescale)
public void normalizedScoreTable(NormalizedScore normScore, ScoreBounds scaleScoreBounds, boolean rescale)
public java.util.TreeMap<java.lang.Double,java.lang.Double> getTable()
public java.lang.String toString()
toString
in class java.lang.Object