23 #ifndef __GBT_CLASSIFICATION_PREDICT_TYPES_H__
24 #define __GBT_CLASSIFICATION_PREDICT_TYPES_H__
26 #include "algorithms/algorithm.h"
27 #include "algorithms/gradient_boosted_trees/gbt_classification_model.h"
28 #include "algorithms/classifier/classifier_predict_types.h"
36 namespace classification
71 struct DAAL_EXPORT Parameter :
public daal::algorithms::classifier::Parameter
73 Parameter(
size_t nClasses = 2) : daal::algorithms::classifier::Parameter(nClasses), nIterations(0) {}
74 Parameter(
const Parameter& o) : daal::algorithms::classifier::Parameter(o), nIterations(o.nIterations){}
83 class DAAL_EXPORT Input :
public classifier::prediction::Input
85 typedef classifier::prediction::Input super;
88 Input(
const Input& other) : super(other){}
99 data_management::NumericTablePtr
get(classifier::prediction::NumericTableInputId id)
const;
106 gbt::classification::ModelPtr
get(classifier::prediction::ModelInputId id)
const;
113 void set(classifier::prediction::NumericTableInputId
id,
const data_management::NumericTablePtr &ptr);
120 void set(classifier::prediction::ModelInputId
id,
const gbt::classification::ModelPtr &ptr);
128 services::Status check(
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
132 using interface1::Parameter;
133 using interface1::Input;
140 #endif // __GBT_CLASSIFICATION_PREDICT_TYPES_H__
daal::algorithms::gbt::classification::prediction::defaultDense
Definition: gbt_classification_predict_types.h:55
daal::algorithms::gbt::classification::prediction::interface1::Parameter::nIterations
size_t nIterations
Definition: gbt_classification_predict_types.h:75
daal
Definition: algorithm_base_common.h:31
daal::algorithms::classifier::prediction::ModelInputId
ModelInputId
Definition: classifier_predict_types.h:64
daal::algorithms::em_gmm::nIterations
Definition: em_gmm_types.h:97
daal::algorithms::gbt::classification::prediction::Method
Method
Definition: gbt_classification_predict_types.h:53
daal::algorithms::classifier::prediction::NumericTableInputId
NumericTableInputId
Definition: classifier_predict_types.h:53
daal::algorithms::gbt::classification::prediction::interface1::Parameter
Parameters of the prediction algorithm.
Definition: gbt_classification_predict_types.h:71
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:76