22 #ifndef __BROWN_BOOST_TRAINING_TYPES_H__
23 #define __BROWN_BOOST_TRAINING_TYPES_H__
25 #include "algorithms/algorithm.h"
26 #include "algorithms/classifier/classifier_training_types.h"
27 #include "algorithms/boosting/brownboost_model.h"
70 class DAAL_EXPORT Result :
public classifier::training::Result
73 DECLARE_SERIALIZABLE_CAST(Result);
82 daal::algorithms::brownboost::ModelPtr
get(classifier::training::ResultId id)
const;
90 template <
typename algorithmFPType>
91 DAAL_EXPORT services::Status allocate(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
const int method);
93 services::Status check(
const daal::algorithms::Input *input,
const daal::algorithms::Parameter *parameter,
int method)
const DAAL_C11_OVERRIDE;
97 template<
typename Archive,
bool onDeserialize>
98 services::Status serialImpl(Archive *arch)
100 return daal::algorithms::Result::serialImpl<Archive, onDeserialize>(arch);
103 typedef services::SharedPtr<Result> ResultPtr;
105 using interface1::Result;
106 using interface1::ResultPtr;
113 #endif // __BROWN_BOOST_TRAINING_TYPES_H__
daal::algorithms::brownboost::training::interface1::Result
Provides methods to access final results obtained with the compute() method of the BrownBoost trainin...
Definition: brownboost_training_types.h:70
daal
Definition: algorithm_base_common.h:31
daal::algorithms::brownboost::training::Method
Method
Definition: brownboost_training_types.h:55
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:80
daal::algorithms::brownboost::training::defaultDense
Definition: brownboost_training_types.h:57