Inheritance diagram for kddml.Core.DataMining.Clustering.ContinuousClusteringFieldManager:
Public Member Functions | |
double | normalize (double value) throws ClusteringModelException |
double | denormalize (double value) throws ClusteringModelException |
int | getNumberOfPoints () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Normalizes the input value using the normalization matrix.
Implemented in kddml.Core.DataMining.Clustering.ContinuousClusteringField. |
|
Denormalizes the input value using the normalization matrix.
Implemented in kddml.Core.DataMining.Clustering.ContinuousClusteringField. |
|
Returns the number of points used for the normalization.
Implemented in kddml.Core.DataMining.Clustering.ContinuousClusteringField. |