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

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

Contains classes to make prediction based on the decision stump model. More...

Namespaces

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

Enumerations

enum  Method { defaultDense = 0 }
 
enum  ResultId { prediction = algorithms::regression::prediction::prediction }
 Available identifiers of the result for making decision tree model-based prediction. More...
 

Detailed Description

Contains classes for making prediction based on the regression model.

Enumeration Type Documentation

enum Method

Available methods to make prediction based on the decision stump model

Enumerator
defaultDense 

Default method

enum ResultId

Enumerator
prediction 

Result of decision tree model-based prediction

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