49 #ifndef __BROWNBOOST_PREDICT_TYPES_H__
50 #define __BROWNBOOST_PREDICT_TYPES_H__
52 #include "algorithms/algorithm.h"
53 #include "algorithms/boosting/brownboost_model.h"
55 #include "data_management/data/homogen_numeric_table.h"
84 class DAAL_EXPORT Input :
public classifier::prediction::Input
86 typedef classifier::prediction::Input super;
88 Input() : classifier::prediction::Input() {}
89 Input(
const Input& other) : classifier::prediction::Input(other){}
100 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
107 brownboost::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
114 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
121 void set(classifier::prediction::ModelInputId
id,
const brownboost::ModelPtr &ptr);
128 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
132 using interface1::Input;
138 #endif // __BROWNBOOST_PREDICT_TYPES_H__
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