Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.PMML2_0ClassificationFactory:
Public Member Functions | |
PMML2_0ClassificationFactory (File f, InputStream pmml_path) throws KDDMLCoreException | |
PMML2_0ClassificationFactory (java.io.File f, String pmml_path) throws 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 |
Node | buildTree () throws TreeModelException |
ConfusionMatrix | buildTrainingConfusionMatrix () throws TreeModelException |
ConfusionMatrix | buildTestConfusionMatrix () throws TreeModelException |
boolean | isBinarySplitting () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor given the pmml document as InputStream.
|
|
Constructor given the pmml_path.
|
|
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. |
|
Returns the node root of the model.
Implements kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory. |
|
Returns the confusion matrix. Can be null.
Implements kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory. |
|
Returns the text matrix. Can be null.
Implements kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory. |
|
Returns true if the model use the binary splitting (every node with 2 children). Returns false otherwise.
Implements kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory. |