Contains a class for making Decision tree model-based prediction.
|
| interface1 |
| Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
|
enum | Method { defaultDense = 0
} |
| Available methods for making Decision tree model-based prediction. More...
|
|
enum | NumericTableInputId { data = algorithms::regression::prediction::data
} |
| Available identifiers of input numeric tables for making decision tree model-based prediction. More...
|
|
enum | ModelInputId { model = algorithms::regression::prediction::model
} |
| Available identifiers of input models for making decision tree model-based prediction. More...
|
|
enum | ResultId { prediction = algorithms::regression::prediction::prediction
} |
| Available identifiers of the result for making decision tree model-based prediction. More...
|
|
Enumerator |
---|
defaultDense |
Default method
|
Enumerator |
---|
model |
Trained decision tree model
|
Enumerator |
---|
data |
Input data table
|
Enumerator |
---|
prediction |
Result of decision tree model-based prediction
|