48 #ifndef __DECISION_TREE_CLASSIFICATION_PREDICT_TYPES_H__ 49 #define __DECISION_TREE_CLASSIFICATION_PREDICT_TYPES_H__ 51 #include "algorithms/algorithm.h" 52 #include "data_management/data/data_serialize.h" 53 #include "algorithms/decision_tree/decision_tree_classification_model.h" 54 #include "algorithms/classifier/classifier_predict_types.h" 64 namespace decision_tree
70 namespace classification
104 class DAAL_EXPORT Input :
public classifier::prediction::Input
106 typedef classifier::prediction::Input super;
110 Input(
const Input& other) : super(other){}
120 ModelPtr
get(classifier::prediction::ModelInputId id)
const;
127 void set(classifier::prediction::NumericTableInputId id,
const data_management::NumericTablePtr & ptr);
134 void set(classifier::prediction::ModelInputId id,
const ModelPtr & value);
141 services::Status check(
const daal::algorithms::Parameter * parameter,
int method)
const DAAL_C11_OVERRIDE;
144 typedef services::SharedPtr<Input> InputPtr;
145 typedef services::SharedPtr<const Input> InputConstPtr;
149 using interface1::Input;
150 using interface1::InputPtr;
151 using interface1::InputConstPtr;
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::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::interface1::Parameter
Base class to represent computation parameters. Algorithm-specific parameters are represented as deri...
Definition: algorithm_types.h:86
daal::services::interface1::SharedPtr
Shared pointer that retains shared ownership of an object through a pointer. Several SharedPtr object...
Definition: daal_shared_ptr.h:187
daal::algorithms::math::abs::value
Definition: abs_types.h:112
daal::algorithms::decision_tree::classification::prediction::defaultDense
Definition: decision_tree_classification_predict_types.h:91
daal::algorithms::decision_tree::classification::prediction::Method
Method
Available methods for making Decision tree model-based prediction.
Definition: decision_tree_classification_predict_types.h:89