24 #ifndef __NAIVE_BAYES_PREDICT_TYPES_H__
25 #define __NAIVE_BAYES_PREDICT_TYPES_H__
27 #include "algorithms/algorithm.h"
28 #include "algorithms/naive_bayes/multinomial_naive_bayes_model.h"
29 #include "data_management/data/data_collection.h"
30 #include "algorithms/classifier/classifier_predict_types.h"
36 namespace multinomial_naive_bayes
67 class DAAL_EXPORT Input :
public classifier::prediction::Input
69 typedef classifier::prediction::Input super;
72 Input(
const Input& other);
83 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
90 multinomial_naive_bayes::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
97 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
104 void set(classifier::prediction::ModelInputId
id,
const multinomial_naive_bayes::ModelPtr &ptr);
113 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
117 using interface1::Input;
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:55
daal::algorithms::multinomial_naive_bayes::prediction::interface1::Input
Input objects in the prediction stage of the multinomial naive Bayes algorithm.
Definition: multinomial_naive_bayes_predict_types.h:67
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:55
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:66
daal::algorithms::multinomial_naive_bayes::prediction::fastCSR
Definition: multinomial_naive_bayes_predict_types.h:57
daal::algorithms::multinomial_naive_bayes::prediction::defaultDense
Definition: multinomial_naive_bayes_predict_types.h:56
daal::algorithms::multinomial_naive_bayes::prediction::Method
Method
Definition: multinomial_naive_bayes_predict_types.h:54