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