Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.ConfusionMatrixManager:
Public Member Functions | |
int | getNumberOfPredictions () |
String[] | getCategories () |
double | getPercentageAccuracy () |
double | getPercentageError () |
int | getIncorrectlyPredictions () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the total number of predications.
Implemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |
|
Returns the categories of the target attribute.
Implements kddml.Core.DataMining.CategoryMatrixManager. Implemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |
|
Returns the ratio of the sum of the diagonal entries to the sum of all entries. The output value is a number between 0 and 1.
Implemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |
|
Returns the sum of the non-diagonal sums where the actual value does not equal to predicted value, divided by the sum of all cells. The output value is a number between 0 and 1.
Implemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |
|
Returns the total number of the incorrectly predictions related to this confusion matrix.
Implemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |