22 #ifndef __NEURAL_NETWORKS_TRAINING_RESULT_H__
23 #define __NEURAL_NETWORKS_TRAINING_RESULT_H__
25 #include "algorithms/algorithm.h"
27 #include "data_management/data/data_serialize.h"
28 #include "services/daal_defines.h"
29 #include "algorithms/neural_networks/neural_networks_training_model.h"
38 namespace neural_networks
65 class DAAL_EXPORT Result :
public daal::algorithms::Result
68 DECLARE_SERIALIZABLE_CAST(Result);
77 training::ModelPtr
get(ResultId id)
const;
84 void set(ResultId
id,
const training::ModelPtr &value);
94 template<
typename algorithmFPType>
95 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
105 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
109 template<
typename Archive,
bool onDeserialize>
110 services::Status serialImpl(Archive *arch)
112 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
115 typedef services::SharedPtr<Result> ResultPtr;
117 using interface1::Result;
118 using interface1::ResultPtr;
daal
Definition: algorithm_base_common.h:31
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:65
daal::algorithms::neural_networks::training::ResultId
ResultId
Available identifiers of result of the neural network model based training.
Definition: neural_networks_training_result.h:50
daal::algorithms::math::abs::value
Definition: abs_types.h:86
daal::algorithms::neural_networks::training::model
Definition: neural_networks_training_result.h:52