|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PMMLNoTrueChildStrategy>
org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
public enum PMMLNoTrueChildStrategy
Represents the no true child strategies as defined in PMML (http://www.dmg.org/v4-0/TreeModel.html#NoTrueChildStrategies).
| Enum Constant Summary | |
|---|---|
RETURN_LAST_PREDICTION
returnLastPrediction no-true child strategy. |
|
RETURN_NULL_PREDICTION
returnNullPrediction no-true child strategy. |
|
| Method Summary | |
|---|---|
static PMMLNoTrueChildStrategy |
get(String represent)
Returns the corresponding no true child strategy to the representation. |
static PMMLNoTrueChildStrategy |
getDefault()
Returns the default no true child strategy. |
String |
toString()
|
static PMMLNoTrueChildStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PMMLNoTrueChildStrategy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PMMLNoTrueChildStrategy RETURN_NULL_PREDICTION
public static final PMMLNoTrueChildStrategy RETURN_LAST_PREDICTION
| Method Detail |
|---|
public static PMMLNoTrueChildStrategy[] values()
for (PMMLNoTrueChildStrategy c : PMMLNoTrueChildStrategy.values()) System.out.println(c);
public static PMMLNoTrueChildStrategy valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<PMMLNoTrueChildStrategy>public static PMMLNoTrueChildStrategy get(String represent)
represent - the representation to retrieve the strategy for
HashMap.get(java.lang.Object)public static PMMLNoTrueChildStrategy getDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||