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