Inheritance diagram for kddml.Core.DataMining.CategoryMatrixManager:
Public Member Functions | |
String[] | getCategories () |
double | getValue (String row_name, String column_name) throws MiningModelException |
void | setValue (String row_name, String column_name, double value) throws MiningModelException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns a collection of category values used to represent the axes of the matrix.
Implemented in kddml.Core.DataMining.CategoryMatrix, kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix, and kddml.Core.DataMining.ClassificationTrees.ConfusionMatrixManager. |
|
Returns the value of the matrix for a given row and column.
Implemented in kddml.Core.DataMining.CategoryMatrix, and kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |
|
Sets the value for a given row and a given column.
Implemented in kddml.Core.DataMining.CategoryMatrix, kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix, kddml.Core.DataMining.DiagonalMatrix, and kddml.Core.DataMining.SymmetricMatrix. |