Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.CategoryMatrixManager Interface Reference

Inheritance diagram for kddml.Core.DataMining.CategoryMatrixManager:

kddml.Core.DataMining.CategoryMatrix kddml.Core.DataMining.ClassificationTrees.ConfusionMatrixManager kddml.Core.DataMining.SymmetricMatrixManager kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix kddml.Core.DataMining.SymmetricMatrix kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix kddml.Core.DataMining.DiagonalMatrixManager kddml.Core.DataMining.SymmetricMatrix kddml.Core.DataMining.DiagonalMatrix kddml.Core.DataMining.DiagonalMatrix kddml.Core.DataMining.DiagonalMatrix List of all members.

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

Detailed Description

A manager interface for category matrix.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Member Function Documentation

String [] kddml.Core.DataMining.CategoryMatrixManager.getCategories  ) 
 

Returns a collection of category values used to represent the axes of the matrix.

Returns:
String[]

Implemented in kddml.Core.DataMining.CategoryMatrix, kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix, and kddml.Core.DataMining.ClassificationTrees.ConfusionMatrixManager.

double kddml.Core.DataMining.CategoryMatrixManager.getValue String  row_name,
String  column_name
throws MiningModelException
 

Returns the value of the matrix for a given row and column.

Parameters:
row_name String the row name of the matrix.
column_name String the column name of the matrix.
Exceptions:
MiningModelException if the row_name or the column_name has not been found.
Returns:
double

Implemented in kddml.Core.DataMining.CategoryMatrix, and kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix.

void kddml.Core.DataMining.CategoryMatrixManager.setValue String  row_name,
String  column_name,
double  value
throws MiningModelException
 

Sets the value for a given row and a given column.

Parameters:
row_name String the row name of the matrix.
column_name String the column name of the matrix.
value double
Exceptions:
MiningModelException if the row_name or the column_name has not been found.

Implemented in kddml.Core.DataMining.CategoryMatrix, kddml.Core.DataMining.ClassificationTrees.ConfusionMatrix, kddml.Core.DataMining.DiagonalMatrix, and kddml.Core.DataMining.SymmetricMatrix.


Generated on Thu Feb 23 13:04:37 2006 for kddml by  doxygen 1.4.3