49 #ifndef __BOOSTING_PREDICT_H__
50 #define __BOOSTING_PREDICT_H__
52 #include "algorithms/classifier/classifier_predict.h"
100 class Batch :
public classifier::prediction::Batch
111 Batch(
const Batch &other) : classifier::prediction::Batch(other) {}
120 services::SharedPtr<Batch> clone()
const
122 return services::SharedPtr<Batch>(cloneImpl());
126 virtual Batch * cloneImpl() const DAAL_C11_OVERRIDE = 0;
130 using interface1::Batch;
136 #endif // __BOOSTING_PREDICT_H__
daal
Definition: algorithm_base_common.h:57
daal::algorithms::boosting::prediction::interface1::Batch::Batch
Batch(const Batch &other)
Definition: boosting_predict.h:111
daal::algorithms::boosting::prediction::interface1::Batch::clone
services::SharedPtr< Batch > clone() const
Definition: boosting_predict.h:120
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:102
daal::algorithms::boosting::prediction::interface1::Batch
Base class for predicting results of boosting classifiers
Definition: boosting_predict.h:100