Inheritance diagram for kddml.Core.DataMining.Clustering.ContinuousStatisticField:
Public Member Functions | |
ContinuousStatisticField (String field_name, double mean, double std_dev) | |
boolean | isContinuous () |
boolean | isDiscrete () |
String | toString () |
double | getMean () |
double | getStandardDeviation () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Returns true if the field is continuous.
Implements kddml.Core.DataMining.Clustering.StatisticFieldManager. |
|
Returns true if the field is discrete.
Implements kddml.Core.DataMining.Clustering.StatisticFieldManager. |
|
Returns a representation of this object as string.
|
|
Returns the mean of the population.
Implements kddml.Core.DataMining.Clustering.ContinuousStatisticFieldManager. |
|
Returns the standard deviation of the population.
Implements kddml.Core.DataMining.Clustering.ContinuousStatisticFieldManager. |