23 #ifndef __DECISION_FOREST_CLASSIFICATION_PREDICT_TYPES_H__
24 #define __DECISION_FOREST_CLASSIFICATION_PREDICT_TYPES_H__
26 #include "algorithms/algorithm.h"
27 #include "algorithms/decision_forest/decision_forest_classification_model.h"
28 #include "algorithms/classifier/classifier_predict_types.h"
34 namespace decision_forest
36 namespace classification
59 class DAAL_EXPORT Input :
public classifier::prediction::Input
61 typedef classifier::prediction::Input super;
64 Input(
const Input& other) : super(other){}
75 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
82 decision_forest::classification::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
89 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
96 void set(classifier::prediction::ModelInputId
id,
const decision_forest::classification::ModelPtr &ptr);
104 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
108 using interface1::Input;
115 #endif // __DECISION_FOREST_CLASSIFICATION_PREDICT_TYPES_H__
daal
Definition: algorithm_base_common.h:31
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:64
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:53
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:76