49 #ifndef __LOGITBOOST_PREDICT_TYPES_H__ 50 #define __LOGITBOOST_PREDICT_TYPES_H__ 52 #include "algorithms/algorithm.h" 53 #include "algorithms/boosting/logitboost_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;
89 Input() : classifier::prediction::Input() {}
90 Input(
const Input& other) : classifier::prediction::Input(other){}
101 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
108 logitboost::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
115 void set(classifier::prediction::NumericTableInputId id,
const data_management::NumericTablePtr &ptr);
122 void set(classifier::prediction::ModelInputId id,
const logitboost::ModelPtr &ptr);
129 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
134 using interface1::Input;
140 #endif // __LOGITBOOST_PREDICT_TYPES_H__ daal::services::interface1::Status
Class that holds the results of API calls. In case of API routine failure it contains the list of err...
Definition: error_handling.h:491
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:79
daal
Definition: algorithm_base_common.h:57
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:79
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:90
daal::algorithms::interface1::Parameter
Base class to represent computation parameters. Algorithm-specific parameters are represented as deri...
Definition: algorithm_types.h:86