Inheritance diagram for kddml.Core.DataMining.Clustering.ClusterDescription:
Public Member Functions | |
ClusterDescription (DataStatisticsManager stat, AttributeComparisonMeasure[] func, boolean is_centroid_based) throws ClusteringModelException | |
ClusterDescription (boolean is_centroid_based) | |
Enumeration | getFields () |
ClusteringFieldManager | getField (String name) |
int | getNumberOfFields () |
void | addField (ClusteringFieldManager field) |
boolean | isCentroidBased () |
String | toString () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Empty constructor that build a ClusterDescription with no fields.
|
|
Returns an enumeration of all fields.
Implements kddml.Core.DataMining.Clustering.ClusterDescriptionManager. |
|
Returns a clustering fields with a specified name. Returns null if the field do not exist.
Implements kddml.Core.DataMining.Clustering.ClusterDescriptionManager. |
|
Returns the number of fields.
Implements kddml.Core.DataMining.Clustering.ClusterDescriptionManager. |
|
Adds a new fields to this enumeration.
Implements kddml.Core.DataMining.Clustering.ClusterDescriptionManager. |
|
Returns true if the clustering is centroid-based. Returns false otherwise.
Implements kddml.Core.DataMining.Clustering.ClusterDescriptionManager. |
|
Returns a representation of this object as string.
|