24 #ifndef __SVM_PREDICT_TYPES_H__
25 #define __SVM_PREDICT_TYPES_H__
27 #include "algorithms/classifier/classifier_predict_types.h"
28 #include "algorithms/svm/svm_model.h"
66 class DAAL_EXPORT Input :
public classifier::prediction::Input
68 typedef classifier::prediction::Input super;
71 Input(
const Input& other);
83 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
90 svm::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
97 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
104 void set(classifier::prediction::ModelInputId
id,
const svm::ModelPtr &ptr);
113 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
118 using interface1::Input;
daal::algorithms::svm::prediction::interface1::Input
Input objects in the prediction stage of the svm algorithm.
Definition: svm_predict_types.h:66
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:55
daal::algorithms::svm::prediction::Method
Method
Definition: svm_predict_types.h:51
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:55
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:66
daal::algorithms::svm::prediction::defaultDense
Definition: svm_predict_types.h:53