public static enum PMMLTreeModel.NoTrueChildStrategy extends Enum<PMMLTreeModel.NoTrueChildStrategy>
NO-TRUE-CHILD-STRATEGY
enumeration.Enum Constant and Description |
---|
returnLastPrediction
If the parent has a score attribute return the value of this attribute.
|
returnNullPrediction
No prediction is returned (this is the default behaviour)
|
Modifier and Type | Method and Description |
---|---|
static PMMLTreeModel.NoTrueChildStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMMLTreeModel.NoTrueChildStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PMMLTreeModel.NoTrueChildStrategy returnNullPrediction
public static final PMMLTreeModel.NoTrueChildStrategy returnLastPrediction
public static PMMLTreeModel.NoTrueChildStrategy[] values()
for (PMMLTreeModel.NoTrueChildStrategy c : PMMLTreeModel.NoTrueChildStrategy.values()) System.out.println(c);
public static PMMLTreeModel.NoTrueChildStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Actian Corporation. All rights reserved.