Inheritance diagram for kddml.Core.DataMining.ClassificationTrees.ClassificationProprietaryFactory:
Public Member Functions | |
ClassificationProprietaryFactory (java.io.File f, DataDictionary dd, MiningSchema ms, Node root, ConfusionMatrix training_matrix, ConfusionMatrix test_matrix) throws KDDMLCoreException | |
KDDMLObject | newInstance () throws KDDMLCoreException |
void | setBinaryNodeSplitting (boolean binary_split) |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Returns a new instance of this object.
Implements kddml.Core.KDDMLObjectFactory. |
|
Sets the splitting value of the tree. If binary_split is true, then the tree has exactly two children for each node. By default, binary_split is false.
|