48 #ifndef __LOGIT_BOOST_TRAINING_TYPES_H__
49 #define __LOGIT_BOOST_TRAINING_TYPES_H__
51 #include "algorithms/algorithm.h"
52 #include "algorithms/classifier/classifier_training_types.h"
53 #include "algorithms/boosting/logitboost_model.h"
97 class DAAL_EXPORT Result :
public classifier::training::Result
100 DECLARE_SERIALIZABLE_CAST(Result);
109 daal::algorithms::logitboost::ModelPtr
get(classifier::training::ResultId id)
const;
117 template <
typename algorithmFPType>
118 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
122 template<
typename Archive,
bool onDeserialize>
123 services::Status serialImpl(Archive *arch)
125 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
128 typedef services::SharedPtr<Result> ResultPtr;
130 using interface1::Result;
131 using interface1::ResultPtr;
138 #endif // __LOGIT_BOOST_TRAINING_TYPES_H__
daal
Definition: algorithm_base_common.h:57
daal::algorithms::logitboost::training::Method
Method
Definition: logitboost_training_types.h:81
daal::algorithms::logitboost::training::friedman
Definition: logitboost_training_types.h:83
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:106
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:97
daal::algorithms::logitboost::training::defaultDense
Definition: logitboost_training_types.h:84