48 #ifndef __SVM_TRAIN_TYPES_H__
49 #define __SVM_TRAIN_TYPES_H__
51 #include "algorithms/algorithm.h"
52 #include "algorithms/kernel_function/kernel_function.h"
53 #include "algorithms/svm/svm_model.h"
54 #include "algorithms/classifier/classifier_training_types.h"
93 class DAAL_EXPORT Result :
public classifier::training::Result
96 DECLARE_SERIALIZABLE_CAST(Result);
106 daal::algorithms::svm::ModelPtr
get(classifier::training::ResultId id)
const;
116 template <
typename algorithmFPType>
117 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
119 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
123 template<
typename Archive,
bool onDeserialize>
124 services::Status serialImpl(Archive *arch)
126 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
129 typedef services::SharedPtr<Result> ResultPtr;
132 using interface1::Result;
133 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:93
daal
Definition: algorithm_base_common.h:57
daal::algorithms::svm::training::boser
Definition: svm_train_types.h:79
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:106
daal::algorithms::svm::training::defaultDense
Definition: svm_train_types.h:80
daal::algorithms::svm::training::Method
Method
Definition: svm_train_types.h:77