48 #ifndef __MULTI_CLASS_CLASSIFIER_TRAIN_TYPES_H__ 49 #define __MULTI_CLASS_CLASSIFIER_TRAIN_TYPES_H__ 51 #include "algorithms/algorithm.h" 52 #include "algorithms/multi_class_classifier/multi_class_classifier_model.h" 53 #include "algorithms/classifier/classifier_training_types.h" 59 namespace multi_class_classifier
89 class DAAL_EXPORT Result :
public classifier::training::Result
92 DECLARE_SERIALIZABLE_CAST(Result);
102 daal::algorithms::multi_class_classifier::ModelPtr
get(classifier::training::ResultId id)
const;
112 template <
typename algorithmFPType>
113 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
123 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
127 template<
typename Archive,
bool onDeserialize>
128 services::Status serialImpl(Archive *arch)
130 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
133 typedef services::SharedPtr<Result> ResultPtr;
135 using interface1::Result;
136 using interface1::ResultPtr;
daal::services::interface1::Status
Class that holds the results of API calls. In case of API routine failure it contains the list of err...
Definition: error_handling.h:491
daal
Definition: algorithm_base_common.h:57
daal::algorithms::multi_class_classifier::training::Method
Method
Definition: multi_class_classifier_train_types.h:73
daal::algorithms::interface1::Parameter
Base class to represent computation parameters. Algorithm-specific parameters are represented as deri...
Definition: algorithm_types.h:86
daal::services::interface1::SharedPtr
Shared pointer that retains shared ownership of an object through a pointer. Several SharedPtr object...
Definition: daal_shared_ptr.h:187
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:106
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:89
daal::algorithms::classifier::training::interface1::Result
Provides methods to access final results obtained with the compute() method in the batch processing m...
Definition: classifier_training_types.h:222
daal::algorithms::multi_class_classifier::training::oneAgainstOne
Definition: multi_class_classifier_train_types.h:75