Inheritance diagram for kddml.Core.DataMining.DiagonalMatrix:
Public Member Functions | |
DiagonalMatrix (String[] categories) | |
void | setValue (String row_name, String column_name, double value) throws MiningModelException |
void | setValue (String 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
|
Build an empty matrix with default the Identity matrix.
|
|
Sets the value for a given row and a given column.
Reimplemented from kddml.Core.DataMining.SymmetricMatrix. |
|
Sets the value for a given row and a given col
Implements kddml.Core.DataMining.DiagonalMatrixManager. |