48 #ifndef __NEURAL_NETWORKS_TRAINING_RESULT_H__
49 #define __NEURAL_NETWORKS_TRAINING_RESULT_H__
51 #include "algorithms/algorithm.h"
53 #include "data_management/data/data_serialize.h"
54 #include "services/daal_defines.h"
55 #include "algorithms/neural_networks/neural_networks_training_model.h"
64 namespace neural_networks
91 class DAAL_EXPORT Result :
public daal::algorithms::Result
94 DECLARE_SERIALIZABLE_CAST(Result);
103 training::ModelPtr
get(ResultId id)
const;
110 void set(ResultId
id,
const training::ModelPtr &value);
120 template<
typename algorithmFPType>
121 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
131 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *par,
int method)
const DAAL_C11_OVERRIDE;
135 template<
typename Archive,
bool onDeserialize>
136 services::Status serialImpl(Archive *arch)
138 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
141 typedef services::SharedPtr<Result> ResultPtr;
143 using interface1::Result;
144 using interface1::ResultPtr;
daal
Definition: algorithm_base_common.h:57
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:91
daal::algorithms::neural_networks::training::ResultId
ResultId
Available identifiers of result of the neural network model based training.
Definition: neural_networks_training_result.h:76
daal::algorithms::math::abs::value
Definition: abs_types.h:112
daal::algorithms::neural_networks::training::model
Definition: neural_networks_training_result.h:78