48 #ifndef __MULTI_CLASS_CLASSIFIER_PREDICT_TYPES_H__ 49 #define __MULTI_CLASS_CLASSIFIER_PREDICT_TYPES_H__ 51 #include "algorithms/algorithm.h" 52 #include "algorithms/multi_class_classifier/multi_class_classifier_model.h" 58 namespace multi_class_classifier
75 multiClassClassifierWu = 0,
86 class DAAL_EXPORT Input :
public classifier::prediction::Input
88 typedef classifier::prediction::Input super;
91 Input(
const Input& other);
102 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
109 multi_class_classifier::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
116 void set(classifier::prediction::NumericTableInputId id,
const data_management::NumericTablePtr &ptr);
123 void set(classifier::prediction::ModelInputId id,
const multi_class_classifier::ModelPtr &ptr);
132 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
136 using interface1::Input;
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::multi_class_classifier::prediction::defaultDense
Definition: multi_class_classifier_predict_types.h:74
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::multi_class_classifier::prediction::voteBased
Definition: multi_class_classifier_predict_types.h:76
daal::algorithms::interface1::Parameter
Base class to represent computation parameters. Algorithm-specific parameters are represented as deri...
Definition: algorithm_types.h:86
daal::algorithms::multi_class_classifier::prediction::Method
Method
Definition: multi_class_classifier_predict_types.h:72
daal::algorithms::multi_class_classifier::prediction::multiClassClassifierWu
Definition: multi_class_classifier_predict_types.h:75