|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |