C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
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 } |
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 |
For more complete information about compiler optimizations, see our Optimization Notice.