Package | Description |
---|---|
com.pervasive.datarush.analytics.decisiontree |
Provides PMML model classes for decision trees.
|
Modifier and Type | Method and Description |
---|---|
PMMLTreeModel.SplitCharacteristic |
PMMLTreeModel.getSplitCharacteristic()
Returns the "splitCharacteristic" attribute for the model.
|
static PMMLTreeModel.SplitCharacteristic |
PMMLTreeModel.SplitCharacteristic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMMLTreeModel.SplitCharacteristic[] |
PMMLTreeModel.SplitCharacteristic.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.setSplitCharacteristic(PMMLTreeModel.SplitCharacteristic splitCharacteristic)
Sets the "splitCharacteristic" attribute for the model.
|
Copyright © 2016 Actian Corporation. All rights reserved.