22 #ifndef __SVM_TRAIN_TYPES_H__
23 #define __SVM_TRAIN_TYPES_H__
25 #include "algorithms/algorithm.h"
26 #include "algorithms/kernel_function/kernel_function.h"
27 #include "algorithms/svm/svm_model.h"
28 #include "algorithms/classifier/classifier_training_types.h"
67 class DAAL_EXPORT Result :
public classifier::training::Result
70 DECLARE_SERIALIZABLE_CAST(Result);
80 daal::algorithms::svm::ModelPtr
get(classifier::training::ResultId id)
const;
90 template <
typename algorithmFPType>
91 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
93 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
97 template<
typename Archive,
bool onDeserialize>
98 services::Status serialImpl(Archive *arch)
100 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
103 typedef services::SharedPtr<Result> ResultPtr;
106 using interface1::Result;
107 using interface1::ResultPtr;
daal::algorithms::svm::training::interface1::Result
Provides methods to access final results obtained with the compute() method of the SVM training algor...
Definition: svm_train_types.h:67
daal
Definition: algorithm_base_common.h:31
daal::algorithms::svm::training::boser
Definition: svm_train_types.h:53
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:80
daal::algorithms::svm::training::defaultDense
Definition: svm_train_types.h:54
daal::algorithms::svm::training::Method
Method
Definition: svm_train_types.h:51