48 #ifndef __ADA_BOOST_TRAINING_TYPES_H__
49 #define __ADA_BOOST_TRAINING_TYPES_H__
51 #include "algorithms/algorithm.h"
52 #include "algorithms/classifier/classifier_training_types.h"
53 #include "algorithms/boosting/adaboost_model.h"
96 class DAAL_EXPORT Result :
public classifier::training::Result
99 DECLARE_SERIALIZABLE_CAST(Result);
109 template <
typename algorithmFPType>
110 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
117 daal::algorithms::adaboost::ModelPtr
get(classifier::training::ResultId id)
const;
119 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
123 template<
typename Archive,
bool onDeserialize>
124 services::Status serialImpl(Archive *arch)
126 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
129 typedef services::SharedPtr<Result> ResultPtr;
131 using interface1::Result;
132 using interface1::ResultPtr;
139 #endif // __ADA_BOOST_TRAINING_TYPES_H__
daal
Definition: algorithm_base_common.h:57
daal::algorithms::adaboost::training::defaultDense
Definition: adaboost_training_types.h:83
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:106
daal::algorithms::adaboost::training::Method
Method
Definition: adaboost_training_types.h:81
daal::algorithms::adaboost::training::interface1::Result
Provides methods to access final results obtained with the compute() method of the AdaBoost training ...
Definition: adaboost_training_types.h:96