Contains classes for Decision forest models training.
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
| interface2 |
| Contains version 2.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
Enumerator |
---|
defaultDense |
Bagging, random choice of features, Gini impurity
|
Enumerator |
---|
updatedEngine |
Engine updated after computations.
|
Enumerator |
---|
outOfBagError |
Numeric table 1x1 containing out-of-bag erro. 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
|