25 #ifndef __STUMP_CLASSIFICATION_PREDICT_TYPES_H__
26 #define __STUMP_CLASSIFICATION_PREDICT_TYPES_H__
28 #include "algorithms/algorithm.h"
29 #include "algorithms/stump/stump_classification_model.h"
31 #include "data_management/data/homogen_numeric_table.h"
32 #include "algorithms/classifier/classifier_predict_types.h"
40 namespace classification
63 class DAAL_EXPORT Input :
public classifier::prediction::Input
65 typedef classifier::prediction::Input super;
68 Input(
const Input& other);
80 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
87 stump::classification::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
94 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
101 void set(classifier::prediction::ModelInputId
id,
const stump::classification::ModelPtr &ptr);
108 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
112 using interface1::Input;
119 #endif // __stump__classification_PREDICT_TYPES_H__
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:55
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:55
daal::algorithms::stump::classification::prediction::interface1::Input
Input objects in the prediction stage of the stump algorithm.
Definition: stump_classification_predict_types.h:63
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:66