Inheritance diagram for kddml.Core.DataMining.Clustering.ContinuousClusteringField:
Public Member Functions | |
ContinuousClusteringField (String name, AttributeComparisonMeasure func, NumericalStatisticManager stat) | |
ContinuousClusteringField (String name, AttributeComparisonMeasure func) | |
double | normalize (double value) throws ClusteringModelException |
double | denormalize (double value) throws ClusteringModelException |
int | getNumberOfPoints () |
boolean | isContinuous () |
String | toString () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the attribute statistics.
|
|
Empty constructor. Build a new continuous clustering field with an empty normalization matrix.
|
|
Normalizes the input value using the normalization matrix.
Implements kddml.Core.DataMining.Clustering.ContinuousClusteringFieldManager. |
|
De-normalizes the input value using the normalization matrix.
Implements kddml.Core.DataMining.Clustering.ContinuousClusteringFieldManager. |
|
Returns the number of points used for the normalization.
Implements kddml.Core.DataMining.Clustering.ContinuousClusteringFieldManager. |
|
Returns true if the field is continuous. Returns false if it is discrete.
Implements kddml.Core.DataMining.Clustering.ClusteringFieldManager. |
|
Returns a representation of this object as string.
Reimplemented from kddml.Core.DataMining.Clustering.ClusteringField. |