|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PMMLNoTrueChildStrategy | |
---|---|
org.knime.base.node.mine.decisiontree2 | |
org.knime.base.node.mine.decisiontree2.model | This package contains code for a decision tree model. |
Uses of PMMLNoTrueChildStrategy in org.knime.base.node.mine.decisiontree2 |
---|
Methods in org.knime.base.node.mine.decisiontree2 that return PMMLNoTrueChildStrategy | |
---|---|
static PMMLNoTrueChildStrategy |
PMMLNoTrueChildStrategy.get(String represent)
Returns the corresponding no true child strategy to the representation. |
static PMMLNoTrueChildStrategy |
PMMLNoTrueChildStrategy.getDefault()
Returns the default no true child strategy. |
static PMMLNoTrueChildStrategy |
PMMLNoTrueChildStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PMMLNoTrueChildStrategy[] |
PMMLNoTrueChildStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of PMMLNoTrueChildStrategy in org.knime.base.node.mine.decisiontree2.model |
---|
Methods in org.knime.base.node.mine.decisiontree2.model that return PMMLNoTrueChildStrategy | |
---|---|
PMMLNoTrueChildStrategy |
DecisionTreeNodeSplit.getNTCStrategy()
|
PMMLNoTrueChildStrategy |
DecisionTree.getNTCStrategy()
|
Methods in org.knime.base.node.mine.decisiontree2.model with parameters of type PMMLNoTrueChildStrategy | |
---|---|
void |
DecisionTreeNodeSplit.setNTCStrategy(PMMLNoTrueChildStrategy ntcStrategy)
Set the no true child strategy and propagate it to all children that are split nodes. |
Constructors in org.knime.base.node.mine.decisiontree2.model with parameters of type PMMLNoTrueChildStrategy | |
---|---|
DecisionTree(DecisionTreeNode rootNode,
String classifyColumn,
PMMLMissingValueStrategy mvStrategy,
PMMLNoTrueChildStrategy ntcStrategy)
Create DecisionTree based on a root node to which the remainder of the tree is already attached. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |