Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.Clustering.ClusterStatisticManager Interface Reference

Inheritance diagram for kddml.Core.DataMining.Clustering.ClusterStatisticManager:

kddml.Core.DataMining.Clustering.ClusterStatistic List of all members.

Public Member Functions

String getName ()
Double getClusterPriors ()
void setClusterPriors (double cluster_priors)
void addStatisticField (StatisticFieldManager field)
java.util.Iterator getStatisticFields ()
int getNumberOfFields ()

Detailed Description

A manager interface for CentroidStatisticManager.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Member Function Documentation

String kddml.Core.DataMining.Clustering.ClusterStatisticManager.getName  ) 
 

Returns the cluster name.

Returns:
String

Implemented in kddml.Core.DataMining.Clustering.ClusterStatistic.

Double kddml.Core.DataMining.Clustering.ClusterStatisticManager.getClusterPriors  ) 
 

Returns the prior cluster probablity. Can be null.

Returns:
Double a value between 0 and 1 or null.

Implemented in kddml.Core.DataMining.Clustering.ClusterStatistic.

void kddml.Core.DataMining.Clustering.ClusterStatisticManager.setClusterPriors double  cluster_priors  ) 
 

Sets the cluster priors.

Parameters:
cluster_priors double a value between 0 and 1.

Implemented in kddml.Core.DataMining.Clustering.ClusterStatistic.

void kddml.Core.DataMining.Clustering.ClusterStatisticManager.addStatisticField StatisticFieldManager  field  ) 
 

Adds a new numeric statistic field to this ClusterDescription.

Parameters:
field StatisticFieldManager

Implemented in kddml.Core.DataMining.Clustering.ClusterStatistic.

java.util.Iterator kddml.Core.DataMining.Clustering.ClusterStatisticManager.getStatisticFields  ) 
 

Returns an iterator on statistic fields.

Returns:
Iterator

Implemented in kddml.Core.DataMining.Clustering.ClusterStatistic.

int kddml.Core.DataMining.Clustering.ClusterStatisticManager.getNumberOfFields  ) 
 

Returns the number of fields.

Returns:
int

Implemented in kddml.Core.DataMining.Clustering.ClusterStatistic.


Generated on Thu Feb 23 13:04:40 2006 for kddml by  doxygen 1.4.3