|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--shared.ScoringMetrics
scoring device for CatTestResult
| Field Summary | |
double |
maximumLoss
The maximum amount of loss. |
double |
meanAbsoluteError
The mean absolute error value. |
double |
meanSquaredError
The mean squared error value. |
double |
minimumLoss
The minimum amount of loss. |
int |
numCorrect
The number fo instances correctly classified. |
int |
numIncorrect
The number fo instances incorrectly classified. |
double |
totalLogLoss
The total amount of log loss. |
double |
totalLoss
The total amount of loss. |
double |
weightCorrect
The weight of correctly classified instances. |
double |
weightIncorrect
The weight of incorrectly classified instances. |
| Constructor Summary | |
ScoringMetrics()
Constructor. |
|
| Method Summary | |
double |
totalWeight()
Returns the total weight of instances. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public int numCorrect
public int numIncorrect
public double totalLoss
public double minimumLoss
public double maximumLoss
public double weightCorrect
public double weightIncorrect
public double meanSquaredError
public double meanAbsoluteError
public double totalLogLoss
| Constructor Detail |
public ScoringMetrics()
| Method Detail |
public double totalWeight()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||