25 #ifndef __BROWNBOOST_PREDICT_TYPES_H__
26 #define __BROWNBOOST_PREDICT_TYPES_H__
28 #include "algorithms/algorithm.h"
29 #include "algorithms/boosting/brownboost_model.h"
31 #include "data_management/data/homogen_numeric_table.h"
60 class DAAL_EXPORT Input :
public classifier::prediction::interface1::Input
62 typedef classifier::prediction::interface1::Input super;
64 DAAL_DEPRECATED Input() : classifier::prediction::interface1::Input() {}
65 DAAL_DEPRECATED Input(
const Input& other) : classifier::prediction::interface1::Input(other){}
66 DAAL_DEPRECATED_VIRTUAL
virtual ~Input() {}
76 DAAL_DEPRECATED data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
83 DAAL_DEPRECATED brownboost::interface1::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
90 DAAL_DEPRECATED
void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
97 DAAL_DEPRECATED
void set(classifier::prediction::ModelInputId
id,
const brownboost::interface1::ModelPtr &ptr);
104 DAAL_DEPRECATED services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
119 class DAAL_EXPORT Input :
public classifier::prediction::Input
121 typedef classifier::prediction::Input super;
123 Input() : classifier::prediction::Input() {}
124 Input(
const Input& other) : classifier::prediction::Input(other){}
135 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
142 brownboost::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
149 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
156 void set(classifier::prediction::ModelInputId
id,
const brownboost::ModelPtr &ptr);
163 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
167 using interface2::Input;
173 #endif // __BROWNBOOST_PREDICT_TYPES_H__
daal::algorithms::brownboost::prediction::interface1::Input
Input objects in the prediction stage of the brownboost algorithm.
Definition: brownboost_predict_types.h:60
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:55
daal::algorithms::classifier::prediction::interface1::Input
Input objects in the prediction stage of the classification algorithm.
Definition: classifier_predict_types.h:111
daal::algorithms::brownboost::prediction::interface2::Input
Input objects in the prediction stage of the brownboost algorithm.
Definition: brownboost_predict_types.h:119
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:55
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:66