24 #ifndef __MULTI_CLASS_CLASSIFIER_TRAIN_TYPES_H__
25 #define __MULTI_CLASS_CLASSIFIER_TRAIN_TYPES_H__
27 #include "algorithms/algorithm.h"
28 #include "algorithms/multi_class_classifier/multi_class_classifier_model.h"
29 #include "algorithms/classifier/classifier_training_types.h"
35 namespace multi_class_classifier
65 class DAAL_EXPORT Result :
public classifier::training::Result
68 DECLARE_SERIALIZABLE_CAST(Result);
78 daal::algorithms::multi_class_classifier::ModelPtr
get(classifier::training::ResultId id)
const;
88 template <
typename algorithmFPType>
89 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
99 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
103 template<
typename Archive,
bool onDeserialize>
104 services::Status serialImpl(Archive *arch)
106 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
109 typedef services::SharedPtr<Result> ResultPtr;
111 using interface1::Result;
112 using interface1::ResultPtr;
daal::algorithms::multi_class_classifier::training::oneAgainstOne
Definition: multi_class_classifier_train_types.h:51
daal::algorithms::multi_class_classifier::training::Method
Method
Definition: multi_class_classifier_train_types.h:49
daal::algorithms::multi_class_classifier::training::interface1::Result
Provides methods to access final results obtained with the compute() method for the multi-class class...
Definition: multi_class_classifier_train_types.h:65
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:82