Inheritance diagram for kddml.Core.DataMining.Clustering.EmptyClusteringFactory:
Public Member Functions | |
EmptyClusteringFactory (java.io.File f, DataDictionary dd, MiningSchema ms, ComparisonMeasure function, ClusterDescription centroid_description) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003 - 2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor used to build both distribution-based clustering and centroid-based clustering. This depends on the set centroid_description object.
|
|
Returns a new instance of this object. Throws an exception if an error occurs.
Reimplemented from kddml.Core.DataMining.Clustering.ClusteringProprietaryFactory. |