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