Inheritance diagram for kddml.Core.DataMining.Clustering.CentroidBasedCluster:
Public Member Functions | |
CentroidBasedCluster (String name, double[] centroid) | |
boolean | isDistributionBased () |
boolean | isCentroidBased () |
Object | getSeedAsInstance () throws ClusteringModelException |
double[] | getSeedCoordinate () |
String | toString () |
return null; | |
Protected Member Functions | |
Element | toXML () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the cluster name and the centroid coordinate.
|
|
Returns true if the clustering is distribution-based.
Implements kddml.Core.DataMining.Clustering.ClusterManager. |
|
Returns true if the clustering is center-based.
Implements kddml.Core.DataMining.Clustering.ClusterManager. |
|
Returns the representative cluster seed as instance. Returns the centroid as instance.
Implements kddml.Core.DataMining.Clustering.ClusterManager. |
|
Returns the centroid coordinate as array of normalized doubles in respect on the ClusterDescription fields.
Implements kddml.Core.DataMining.Clustering.ClusterManager. |
|
return null; Returns a representation of this cluster as string.
Reimplemented from kddml.Core.DataMining.Clustering.Cluster. |
|
Returns a representation of this cluster as PMML element.
Reimplemented from kddml.Core.DataMining.Clustering.Cluster. |