Inheritance diagram for kddml.Core.DataMining.Clustering.JDMClusteringFactory:
Protected Member Functions | |
DataDictionary | buildDataDictionary () throws MiningModelException |
MiningSchema | buildMiningSchema () throws MiningModelException |
String | buildAlgorithmName () throws MiningModelException |
String | buildModelName () throws MiningModelException |
String | buildPMMLVersion () throws MiningModelException |
String | buildCopyright () throws MiningModelException |
String | buildApplicationName () throws MiningModelException |
String | buildApplicationVersion () throws MiningModelException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the data dictionary of the output model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the mining schema of the output model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the name of the algorithm.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the name of the model.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the PMML version supported.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the copyright.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the application name.
Implements kddml.Core.DataMining.ModelExternalFactory. |
|
Returns the application version.
Implements kddml.Core.DataMining.ModelExternalFactory. |