Inheritance diagram for kddml.Core.DataMining.Clustering.ClusterDescriptionManager:
Public Member Functions | |
Enumeration | getFields () |
ClusteringFieldManager | getField (String name) |
int | getNumberOfFields () |
void | addField (ClusteringFieldManager field) |
boolean | isCentroidBased () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns an enumeration of all fields.
Implemented in kddml.Core.DataMining.Clustering.ClusterDescription. |
|
Returns a clustering fields with a specified name. Returns null if the field do not exist.
Implemented in kddml.Core.DataMining.Clustering.ClusterDescription. |
|
Returns the number of fields.
Implemented in kddml.Core.DataMining.Clustering.ClusterDescription. |
|
Adds a new fields to this enumeration.
Implemented in kddml.Core.DataMining.Clustering.ClusterDescription. |
|
Returns true if the clustering is centroid-based. Returns false otherwise.
Implemented in kddml.Core.DataMining.Clustering.ClusterDescription. |