Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory Class Reference

Inheritance diagram for kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory:

kddml.Core.DataMining.Clustering.ClusteringExternalFactory kddml.Core.DataMining.ModelExternalFactory kddml.Core.DataMining.ModelResourceFactory kddml.Core.KDDMLObjectResourceFactory kddml.Core.KDDMLObjectFactory List of all members.

Public Member Functions

 PMML2_0ClusteringFactory (File f, InputStream pmml_path) throws kddml. Core.KDDMLCoreException
 PMML2_0ClusteringFactory (java.io.File f, String pmml_path) throws kddml.Core.KDDMLCoreException

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

Detailed Description

Factory class that builds a clustering model from a PMML model.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2003-2005

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Andrea Romei (romei@di.unipi.it)
Version:
2.0.16


Constructor & Destructor Documentation

kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.PMML2_0ClusteringFactory File  f,
InputStream  pmml_path
throws kddml. Core.KDDMLCoreException
 

Constructor given the pmml document as InputStream.

Parameters:
f File the file in the system repository that will contain the generated model.
pmml_path InputStream the pmml 2.0 document
Exceptions:
KDDMLCoreException 

kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.PMML2_0ClusteringFactory java.io.File  f,
String  pmml_path
throws kddml.Core.KDDMLCoreException
 

Constructor given the pmml_path.

Parameters:
f File the file in the system repository that will contain the generated model.
pmml_path String the URI identifying the pmml document.
Exceptions:
KDDMLCoreException if the source cann't be found or the parser returns errors.


Member Function Documentation

DataDictionary kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.buildDataDictionary  )  throws MiningModelException [protected, virtual]
 

Returns the data dictionary of the output model.

Exceptions:
MiningModelException 
Returns:
DataDictionary

Implements kddml.Core.DataMining.ModelExternalFactory.

MiningSchema kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.buildMiningSchema  )  throws MiningModelException [protected, virtual]
 

Returns the mining schema of the output model.

Exceptions:
MiningModelException 
Returns:
MiningSchema

Implements kddml.Core.DataMining.ModelExternalFactory.

String kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.buildAlgorithmName  )  throws MiningModelException [protected, virtual]
 

Returns the name of the algorithm.

Exceptions:
MiningModelException 
Returns:
String

Implements kddml.Core.DataMining.ModelExternalFactory.

String kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.buildModelName  )  throws MiningModelException [protected, virtual]
 

Returns the name of the model.

Exceptions:
MiningModelException 
Returns:
String

Implements kddml.Core.DataMining.ModelExternalFactory.

String kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.buildPMMLVersion  )  throws MiningModelException [protected, virtual]
 

Returns the PMML version supported.

Exceptions:
MiningModelException 
Returns:
String

Implements kddml.Core.DataMining.ModelExternalFactory.

String kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.buildCopyright  )  throws MiningModelException [protected, virtual]
 

Returns the copyright.

Exceptions:
MiningModelException 
Returns:
String

Implements kddml.Core.DataMining.ModelExternalFactory.

String kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.buildApplicationName  )  throws MiningModelException [protected, virtual]
 

Returns the application name.

Exceptions:
MiningModelException 
Returns:
String

Implements kddml.Core.DataMining.ModelExternalFactory.

String kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory.buildApplicationVersion  )  throws MiningModelException [protected, virtual]
 

Returns the application version.

Exceptions:
MiningModelException 
Returns:
String

Implements kddml.Core.DataMining.ModelExternalFactory.


Generated on Thu Feb 23 13:04:41 2006 for kddml by  doxygen 1.4.3