22 #ifndef __DECISION_TREE_CLASSIFICATION_PREDICT_TYPES_H__
23 #define __DECISION_TREE_CLASSIFICATION_PREDICT_TYPES_H__
25 #include "algorithms/algorithm.h"
26 #include "data_management/data/data_serialize.h"
27 #include "algorithms/decision_tree/decision_tree_classification_model.h"
28 #include "algorithms/classifier/classifier_predict_types.h"
38 namespace decision_tree
44 namespace classification
78 class DAAL_EXPORT Input :
public classifier::prediction::Input
80 typedef classifier::prediction::Input super;
84 Input(
const Input& other) : super(other){}
94 ModelPtr
get(classifier::prediction::ModelInputId id)
const;
101 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr & ptr);
108 void set(classifier::prediction::ModelInputId
id,
const ModelPtr & value);
115 services::Status check(
const daal::algorithms::Parameter * parameter,
int method)
const DAAL_C11_OVERRIDE;
118 typedef services::SharedPtr<Input> InputPtr;
119 typedef services::SharedPtr<const Input> InputConstPtr;
123 using interface1::Input;
124 using interface1::InputPtr;
125 using interface1::InputConstPtr;
daal
Definition: algorithm_base_common.h:31
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:64
daal::algorithms::decision_tree::classification::prediction::defaultDense
Definition: decision_tree_classification_predict_types.h:65
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:53
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:76
daal::algorithms::math::abs::value
Definition: abs_types.h:86
daal::algorithms::decision_tree::classification::prediction::Method
Method
Available methods for making Decision tree model-based prediction.
Definition: decision_tree_classification_predict_types.h:63