Contains a class for decision forest model-based training.
|
| interface1 |
| Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
Enumerator |
---|
data |
Input data table
|
dependentVariable |
Values of the dependent variable for the input data
|
Enumerator |
---|
defaultDense |
Bagging, random choice of features, variance-based impurity
|
Enumerator |
---|
updatedEngine |
Engine updated after computations.
|
Enumerator |
---|
model |
decision forest model
|
Enumerator |
---|
outOfBagError |
Numeric table 1x1 containing out-of-bag error. Computed when computeOutOfBagError option is on
|
variableImportance |
Numeric table 1x(number of features) containing variable importance value. Computed when parameter.varImportance != none
|
outOfBagErrorPerObservation |
Numeric table 1x(number of observations) containing out-of-bag error value computed. Computed when computeOutOfBagErrorPerObservation option is on
|