Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.JDMClassificationFactory:
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
|
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 tree. Cannot be null.
Implements kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory. |
|
Returns the confusion training matrix of the model. Can be null if no confusion training matrix is provided with the model.
Implements kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory. |
|
Returns the test confusion matrix of the model. Can be null. Can be null if no text confusion matrix is provided with the model.
Implements kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory. |
|
Returns true if the model uses the binary splitting (every node with exactly 2 children). Returns false otherwise.
Implements kddml.Core.DataMining.ClassificationTrees.ClassificationExternalFactory. |