22 #ifndef __LOGIT_BOOST_TRAINING_TYPES_H__
23 #define __LOGIT_BOOST_TRAINING_TYPES_H__
25 #include "algorithms/algorithm.h"
26 #include "algorithms/classifier/classifier_training_types.h"
27 #include "algorithms/boosting/logitboost_model.h"
71 class DAAL_EXPORT Result :
public classifier::training::Result
74 DECLARE_SERIALIZABLE_CAST(Result);
83 daal::algorithms::logitboost::ModelPtr
get(classifier::training::ResultId id)
const;
91 template <
typename algorithmFPType>
92 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
96 template<
typename Archive,
bool onDeserialize>
97 services::Status serialImpl(Archive *arch)
99 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
102 typedef services::SharedPtr<Result> ResultPtr;
104 using interface1::Result;
105 using interface1::ResultPtr;
112 #endif // __LOGIT_BOOST_TRAINING_TYPES_H__
daal
Definition: algorithm_base_common.h:31
daal::algorithms::logitboost::training::Method
Method
Definition: logitboost_training_types.h:55
daal::algorithms::logitboost::training::friedman
Definition: logitboost_training_types.h:57
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:80
daal::algorithms::logitboost::training::interface1::Result
Provides methods to access final results obtained with the compute() method of the LogitBoost trainin...
Definition: logitboost_training_types.h:71
daal::algorithms::logitboost::training::defaultDense
Definition: logitboost_training_types.h:58