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::services::interface1::Status
Class that holds the results of API calls. In case of API routine failure it contains the list of err...
Definition: error_handling.h:491
daal
Definition: algorithm_base_common.h:57
daal::algorithms::interface1::Parameter
Base class to represent computation parameters. Algorithm-specific parameters are represented as deri...
Definition: algorithm_types.h:86
daal::services::interface1::SharedPtr
Shared pointer that retains shared ownership of an object through a pointer. Several SharedPtr object...
Definition: daal_shared_ptr.h:187
daal::algorithms::classifier::training::ResultId
ResultId
Definition: classifier_training_types.h:106
daal::algorithms::logitboost::training::defaultDense
Definition: logitboost_training_types.h:84
daal::algorithms::logitboost::training::friedman
Definition: logitboost_training_types.h:83
daal::algorithms::classifier::training::interface1::Result
Provides methods to access final results obtained with the compute() method in the batch processing m...
Definition: classifier_training_types.h:222
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::Method
Method
Definition: logitboost_training_types.h:81