Uses of Class
org.knime.base.node.mine.decisiontree2.learner.Split

Packages that use Split
org.knime.base.node.mine.decisiontree2.learner   
 

Uses of Split in org.knime.base.node.mine.decisiontree2.learner
 

Subclasses of Split in org.knime.base.node.mine.decisiontree2.learner
 class SplitContinuous
          This class determines the best split for a numeric attribute.
 class SplitNominal
          Super class for all nominal split variants.
 class SplitNominalBinary
          This class determines the best binary split for a nominal attribute.
 class SplitNominalNormal
          This class determines the best split for a nominal attribute.
 

Methods in org.knime.base.node.mine.decisiontree2.learner that return Split
 Split SplitFinder.getSplit()
          Returns the split evaluated as the best for the given data.
 

Constructors in org.knime.base.node.mine.decisiontree2.learner with parameters of type Split
Partitioner(InMemoryTable table, Split split, double minNumExamples)
          Partitions the data table according to the given split.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.