|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ClassificationTestMetrics provides
an interface to access the metadata resulting from
executing a classification test task.
MiningObject,
TestMetrics| Method Summary | |
java.lang.Double |
getAccuracy()
Returns the ratio of the number of correct predictions to all predictions made using the test data. |
ConfusionMatrix |
getConfusionMatrix()
Returns the confusion matrix created as the result of classification test task if one was computed for the ClassificationTestTask or ClassificationTestMetricsTask. |
Lift |
getLift()
Returns the lift result object if one was computed for the ClassificationTestTask or ClassificationTestMetricsTask. |
ReceiverOperatingCharacterics |
getROC()
Returns the ROC result object if one was computed by the ClassificationTestTask or ClassificationTestMetricsTask. |
| Methods inherited from interface javax.datamining.supervised.TestMetrics |
getModelName, getTaskIdentifier, getTestDataName |
| Methods inherited from interface javax.datamining.MiningObject |
getCreationDate, getCreatorInfo, getDescription, getName, getObjectIdentifier, getObjectType, setDescription |
| Method Detail |
public java.lang.Double getAccuracy()
public ConfusionMatrix getConfusionMatrix()
ClassificationTestTask or ClassificationTestMetricsTask.
public Lift getLift()
ClassificationTestTask or ClassificationTestMetricsTask.
public ReceiverOperatingCharacterics getROC()
ClassificationTestTask or ClassificationTestMetricsTask.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||