C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Namespaces | Enumerations
daal::algorithms::decision_forest::regression::prediction Namespace Reference

Contains a class for making decision forest model-based prediction.

Namespaces

 interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  Method
 Available methods for making decision forest model-based prediction. More...
 
enum  NumericTableInputId { data = algorithms::regression::prediction::data }
 Available identifiers of input numeric tables for making decision forest model-based prediction. More...
 
enum  ModelInputId { model = algorithms::regression::prediction::model }
 Available identifiers of input models for making decision forest model-based prediction. More...
 
enum  ResultId { prediction = algorithms::regression::prediction::prediction }
 Available identifiers of the result for making decision forest model-based prediction. More...
 

Enumeration Type Documentation

enum Method

Enumerator
model 

Trained decision tree model

Enumerator
data 

Input data table

enum ResultId

Enumerator
prediction 

Result of decision tree model-based prediction

For more complete information about compiler optimizations, see our Optimization Notice.