C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains classes for making prediction based on the trained model.
Namespaces | |
interface1 | |
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface. | |
Enumerations | |
enum | Method { defaultDense = 0, feedforwardDense = 0 } |
Computation methods for the neural network model based prediction. More... | |
enum | TensorInputId { data } |
enum | ModelInputId { model = lastTensorInputId + 1 } |
Available identifiers of input Model objects in the prediction stage of the neural network algorithm. More... | |
enum | ResultId { prediction } |
enum | ResultCollectionId { predictionCollection = lastResultId + 1 } |
enum Method |
For more complete information about compiler optimizations, see our Optimization Notice.