Package | Description |
---|---|
com.pervasive.datarush.analytics.decisiontree |
Provides PMML model classes for decision trees.
|
Modifier and Type | Method and Description |
---|---|
PMMLTreeModel.MissingValueStrategy |
PMMLTreeModel.getMissingValueStrategy()
Returns the "missingValueStrategy" attribute for the model.
|
static PMMLTreeModel.MissingValueStrategy |
PMMLTreeModel.MissingValueStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMMLTreeModel.MissingValueStrategy[] |
PMMLTreeModel.MissingValueStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PMMLTreeModel.setMissingValueStrategy(PMMLTreeModel.MissingValueStrategy missingValueStrategy)
Sets the "missingValueStrategy" attribute for the model.
|
Copyright © 2016 Actian Corporation. All rights reserved.