C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Contains a class for decision forest model-based training.
Namespaces | |
interface1 | |
Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
Enumerations | |
enum | Method { defaultDense = 0 } |
Computation methods for decision forest regression model-based training. More... | |
enum | InputId { data = algorithms::regression::training::data, dependentVariable = algorithms::regression::training::dependentVariables } |
Available identifiers of input objects for decision forest model-based training. More... | |
enum | ResultId { model = algorithms::regression::training::model } |
Available identifiers of the result of decision forest model-based training. More... | |
enum | ResultNumericTableId { outOfBagError = lastResultId + 1, variableImportance, outOfBagErrorPerObservation } |
Available identifiers of the result of decision forest model-based training. More... | |
enum | ResultEngineId { updatedEngine = lastResultNumericTableId + 1 } |
Available identifiers of the result of decision forest model-based training. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.