Inheritance diagram for kddml.Core.DataMining.Clustering.ClusterStatistic:
Public Member Functions | |
ClusterStatistic (String cluster_name) | |
String | getName () |
Double | getClusterPriors () |
void | setClusterPriors (double cluster_priors) |
void | addStatisticField (StatisticFieldManager field) |
Iterator | getStatisticFields () |
String | toString () |
int | getNumberOfFields () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Empty constructor with no statistic fields.
|
|
Returns the cluster name.
Implements kddml.Core.DataMining.Clustering.ClusterStatisticManager. |
|
Returns the prior cluster probablity. Can be null.
Implements kddml.Core.DataMining.Clustering.ClusterStatisticManager. |
|
Sets the cluster priors.
Implements kddml.Core.DataMining.Clustering.ClusterStatisticManager. |
|
Adds a new numeric statistic field to this ClusterDescription.
Implements kddml.Core.DataMining.Clustering.ClusterStatisticManager. |
|
Returns an iterator on statistic fields.
Implements kddml.Core.DataMining.Clustering.ClusterStatisticManager. |
|
Returns a representation of this object as string.
|
|
Returns the number of fields.
Implements kddml.Core.DataMining.Clustering.ClusterStatisticManager. |