Inheritance diagram for kddml.Core.DataMining.CategoryMatrix:
Public Member Functions | |
CategoryMatrix (String[] categories) | |
String[] | getCategories () |
double | getValue (String row_name, String column_name) throws MiningModelException |
void | setValue (String row_name, String column_name, double value) throws MiningModelException |
String | toString () |
Protected Member Functions | |
CategoryMatrix (Element category_matrix) | |
Package Functions | |
int | getIndex (String category) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Build an empty matrix with default values 0.
|
|
Proprietary constructor given the XML element.
|
|
Returns a collection of category values used to represent the axes of the matrix.
Implements kddml.Core.DataMining.CategoryMatrixManager. Reimplemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |
|
Returns the value of the matrix for a given row and column.
Implements kddml.Core.DataMining.CategoryMatrixManager. Reimplemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |
|
Sets the value for a given row and a given column.
Implements kddml.Core.DataMining.CategoryMatrixManager. Reimplemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix, kddml.Core.DataMining.DiagonalMatrix, and kddml.Core.DataMining.SymmetricMatrix. |
|
Returns the index of the categoric. Returns -1 if not found.
|
|
Returns a representation of this object as string.
Reimplemented in kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix. |