22 #ifndef __SVM_PREDICT_TYPES_H__
23 #define __SVM_PREDICT_TYPES_H__
25 #include "algorithms/classifier/classifier_predict_types.h"
26 #include "algorithms/svm/svm_model.h"
64 class DAAL_EXPORT Input :
public classifier::prediction::Input
66 typedef classifier::prediction::Input super;
69 Input(
const Input& other);
81 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
88 svm::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
95 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
102 void set(classifier::prediction::ModelInputId
id,
const svm::ModelPtr &ptr);
111 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
116 using interface1::Input;
daal::algorithms::svm::prediction::Method
Method
Definition: svm_predict_types.h:49
daal::algorithms::svm::prediction::defaultDense
Definition: svm_predict_types.h:51
daal
Definition: algorithm_base_common.h:31
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:64
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:53
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:76