48 #ifndef __SVM_PREDICT_TYPES_H__
49 #define __SVM_PREDICT_TYPES_H__
51 #include "algorithms/classifier/classifier_predict_types.h"
52 #include "algorithms/svm/svm_model.h"
90 class DAAL_EXPORT Input :
public classifier::prediction::Input
92 typedef classifier::prediction::Input super;
95 Input(
const Input& other);
107 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
114 svm::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
121 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
128 void set(classifier::prediction::ModelInputId
id,
const svm::ModelPtr &ptr);
137 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
142 using interface1::Input;
daal::algorithms::svm::prediction::Method
Method
Definition: svm_predict_types.h:75
daal::algorithms::svm::prediction::defaultDense
Definition: svm_predict_types.h:77
daal
Definition: algorithm_base_common.h:57
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:90
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:79
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:102