Inheritance diagram for kddml.Core.DataMining.Clustering.ClusteringProprietaryFactory:
Public Member Functions | |
ClusteringProprietaryFactory (java.io.File f, DataDictionary dd, MiningSchema ms, ComparisonMeasure function, ClusterDescription cluster_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 generate an empty set of clusters.
|
|
Returns a new instance of this object. Throws an exception if an error occurs.
Implements kddml.Core.KDDMLObjectFactory. Reimplemented in kddml.Core.DataMining.Clustering.EmptyClusteringFactory. |