24 #ifndef __NEURAL_NETWORKS_TRAINING_RESULT_H__
25 #define __NEURAL_NETWORKS_TRAINING_RESULT_H__
27 #include "algorithms/algorithm.h"
29 #include "data_management/data/data_serialize.h"
30 #include "services/daal_defines.h"
31 #include "algorithms/neural_networks/neural_networks_training_model.h"
40 namespace neural_networks
68 class DAAL_EXPORT Result :
public daal::algorithms::Result
71 DECLARE_SERIALIZABLE_CAST(Result);
84 training::ModelPtr
get(ResultId id)
const;
92 DAAL_DEPRECATED
void set(ResultId
id,
const training::ModelPtr &value);
103 template<
typename algorithmFPType>
104 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
114 DAAL_DEPRECATED services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
121 template<
typename Archive,
bool onDeserialize>
122 services::Status serialImpl(Archive *arch)
124 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
127 typedef services::SharedPtr<Result> ResultPtr;
129 using interface1::Result;
130 using interface1::ResultPtr;
daal::algorithms::neural_networks::training::ResultId
ResultId
Available identifiers of result of the neural network model based training.
Definition: neural_networks_training_result.h:52
daal::algorithms::neural_networks::training::interface1::Result
Provides methods to access result obtained with the compute() method of the neural network training a...
Definition: neural_networks_training_result.h:68
daal::algorithms::math::abs::value
Definition: abs_types.h:88
daal::algorithms::neural_networks::training::model
Definition: neural_networks_training_result.h:54