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

Namespaces | Enumerations
daal::algorithms::neural_networks::prediction Namespace Reference

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 }
 

Enumeration Type Documentation

enum Method

Enumerator
defaultDense 

Feedforward neural network

feedforwardDense 

Feedforward neural network

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