| Package | Description |
|---|---|
| com.pervasive.datarush.analytics.decisiontree.learner |
Provides the PMML learner operator and associated classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Gain
QualityMeasure that uses information gain as the splitting criteria.
|
class |
GainRatio
QualityMeasure that uses information gain ratio as the splitting criteria.
|
| Modifier and Type | Method and Description |
|---|---|
QualityMeasure |
DecisionTreeLearner.getQualityMeasure()
Returns the measure of quality to be used when determining the best split.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTreeLearner.setQualityMeasure(QualityMeasure qualityMeasure)
Sets the measure of quality to be used when determining the best split.
|
Copyright © 2016 Actian Corporation. All rights reserved.