|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PMMLOperator | |
---|---|
org.knime.base.node.mine.decisiontree2 |
Uses of PMMLOperator in org.knime.base.node.mine.decisiontree2 |
---|
Methods in org.knime.base.node.mine.decisiontree2 that return PMMLOperator | |
---|---|
static PMMLOperator |
PMMLOperator.get(String represent)
Returns the corresponding operator for the passed representation. |
PMMLOperator |
PMMLPredicate.getOperator()
|
static PMMLOperator |
PMMLOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PMMLOperator[] |
PMMLOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.knime.base.node.mine.decisiontree2 with parameters of type PMMLOperator | |
---|---|
void |
PMMLPredicate.setOperator(PMMLOperator op)
|
Constructors in org.knime.base.node.mine.decisiontree2 with parameters of type PMMLOperator | |
---|---|
PMMLSimplePredicate(String attribute,
PMMLOperator operator,
String value)
Build a new simple predicate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |