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

References | Namespaces | Classes
Prediction

Contains classes for making prediction based on the trained model. More...

References

 Batch
 

Namespaces

 daal::algorithms::neural_networks
 Contains classes for training and prediction using neural network.
 

Classes

class  Parameter
 Class representing the parameters of neural network prediction. More...
 
class  Topology
 Class defining a neural network topology - a set of layers and connection between them - on the prediction stage. 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 ModelInputId

Enumerator
model 

Input model trained by the neural network algorithm

enum ResultCollectionId

Available identifiers of results obtained in the prediction stage of the neural network algorithm

Enumerator
predictionCollection 

Prediction results

enum ResultId

Available identifiers of results obtained in the prediction stage of the neural network algorithm

Enumerator
prediction 

Prediction results

enum TensorInputId

Available identifiers of input Tensor objects in the prediction stage of the neural network algorithm

Enumerator
data 

Input data set

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