24 #ifndef __DECISION_TREE_CLASSIFICATION_PREDICT_TYPES_H__
25 #define __DECISION_TREE_CLASSIFICATION_PREDICT_TYPES_H__
27 #include "algorithms/algorithm.h"
28 #include "data_management/data/data_serialize.h"
29 #include "algorithms/decision_tree/decision_tree_classification_model.h"
30 #include "algorithms/classifier/classifier_predict_types.h"
40 namespace decision_tree
46 namespace classification
80 class DAAL_EXPORT Input :
public classifier::prediction::Input
82 typedef classifier::prediction::Input super;
86 Input(
const Input& other) : super(other){}
96 ModelPtr
get(classifier::prediction::ModelInputId id)
const;
103 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr & ptr);
110 void set(classifier::prediction::ModelInputId
id,
const ModelPtr & value);
117 services::Status check(
const daal::algorithms::Parameter * parameter,
int method)
const DAAL_C11_OVERRIDE;
120 typedef services::SharedPtr<Input> InputPtr;
121 typedef services::SharedPtr<const Input> InputConstPtr;
125 using interface1::Input;
126 using interface1::InputPtr;
127 using interface1::InputConstPtr;
daal::algorithms::decision_tree::classification::prediction::Method
Method
Available methods for making Decision tree model-based prediction.
Definition: decision_tree_classification_predict_types.h:65
daal::algorithms::decision_tree::classification::prediction::defaultDense
Definition: decision_tree_classification_predict_types.h:67
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:55
daal::algorithms::decision_tree::classification::prediction::interface1::Input
Provides an interface for input objects for making Decision tree model-based prediction.
Definition: decision_tree_classification_predict_types.h:80
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::math::abs::value
Definition: abs_types.h:88