Inheritance diagram for kddml.Core.DataMining.ModelExternalFactory:
Public Member Functions | |
ModelExternalFactory (java.io.File f) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
Protected Member Functions | |
abstract DataDictionary | buildDataDictionary () throws MiningModelException |
abstract MiningSchema | buildMiningSchema () throws MiningModelException |
abstract String | buildAlgorithmName () throws MiningModelException |
abstract String | buildModelName () throws MiningModelException |
abstract String | buildPMMLVersion () throws MiningModelException |
abstract String | buildCopyright () throws MiningModelException |
abstract String | buildApplicationName () throws MiningModelException |
abstract String | buildApplicationVersion () throws MiningModelException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the physical file containing the object.
|
|
Return a new instance of the required object.
Implements kddml.Core.KDDMLObjectFactory. Reimplemented in kddml.Core.DataMining.AssociationRules.AssociationExternalFactory, kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory, kddml.Core.DataMining.Clustering.ClusteringExternalFactory, kddml.Core.DataMining.SequentialPatterns.SequenceExternalFactory, and kddml.Core.DataMining.Taxonomy.HierarchyExternalFactory. |
|
|
Returns the mining schema of the output model.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory, kddml.Core.DataMining.ClassificationTrees.JDMClassificationFactory, kddml.Core.DataMining.ClassificationTrees.PMML2_0ClassificationFactory, kddml.Core.DataMining.Clustering.JDMClusteringFactory, kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory, and kddml.Core.DataMining.SequentialPatterns.PMML2_0SequenceFactory. |
|
Returns the name of the algorithm.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory, kddml.Core.DataMining.ClassificationTrees.JDMClassificationFactory, kddml.Core.DataMining.ClassificationTrees.PMML2_0ClassificationFactory, kddml.Core.DataMining.Clustering.JDMClusteringFactory, kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory, and kddml.Core.DataMining.SequentialPatterns.PMML2_0SequenceFactory. |
|
Returns the name of the model.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory, kddml.Core.DataMining.ClassificationTrees.JDMClassificationFactory, kddml.Core.DataMining.ClassificationTrees.PMML2_0ClassificationFactory, kddml.Core.DataMining.Clustering.JDMClusteringFactory, kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory, and kddml.Core.DataMining.SequentialPatterns.PMML2_0SequenceFactory. |
|
Returns the PMML version supported.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory, kddml.Core.DataMining.ClassificationTrees.JDMClassificationFactory, kddml.Core.DataMining.ClassificationTrees.PMML2_0ClassificationFactory, kddml.Core.DataMining.Clustering.JDMClusteringFactory, kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory, and kddml.Core.DataMining.SequentialPatterns.PMML2_0SequenceFactory. |
|
Returns the copyright.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory, kddml.Core.DataMining.ClassificationTrees.JDMClassificationFactory, kddml.Core.DataMining.ClassificationTrees.PMML2_0ClassificationFactory, kddml.Core.DataMining.Clustering.JDMClusteringFactory, kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory, and kddml.Core.DataMining.SequentialPatterns.PMML2_0SequenceFactory. |
|
Returns the application name.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory, kddml.Core.DataMining.ClassificationTrees.JDMClassificationFactory, kddml.Core.DataMining.ClassificationTrees.PMML2_0ClassificationFactory, kddml.Core.DataMining.Clustering.JDMClusteringFactory, kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory, and kddml.Core.DataMining.SequentialPatterns.PMML2_0SequenceFactory. |
|
Returns the application version.
Implemented in kddml.Core.DataMining.AssociationRules.JDMAssociationFactory, kddml.Core.DataMining.AssociationRules.PMML2_0AssociationFactory, kddml.Core.DataMining.ClassificationTrees.JDMClassificationFactory, kddml.Core.DataMining.ClassificationTrees.PMML2_0ClassificationFactory, kddml.Core.DataMining.Clustering.JDMClusteringFactory, kddml.Core.DataMining.Clustering.PMML2_0ClusteringFactory, and kddml.Core.DataMining.SequentialPatterns.PMML2_0SequenceFactory. |