25 #ifndef __STUMP_PREDICT_TYPES_H__
26 #define __STUMP_PREDICT_TYPES_H__
28 #include "algorithms/algorithm.h"
29 #include "algorithms/stump/stump_model.h"
31 #include "data_management/data/homogen_numeric_table.h"
32 #include "algorithms/classifier/classifier_predict_types.h"
61 class DAAL_EXPORT Input :
public classifier::prediction::Input
63 typedef classifier::prediction::Input super;
66 Input(
const Input& other);
78 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
85 stump::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
92 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
99 void set(classifier::prediction::ModelInputId
id,
const stump::ModelPtr &ptr);
106 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
110 using interface1::Input;
116 #endif // __STUMP_PREDICT_TYPES_H__
daal::algorithms::stump::prediction::interface1::Input
Input objects in the prediction stage of the stump algorithm.
Definition: stump_predict_types.h:61
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::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:66