49 #ifndef __WEAK_LEARNER_PREDICT_H__
50 #define __WEAK_LEARNER_PREDICT_H__
52 #include "algorithms/classifier/classifier_predict.h"
58 namespace weak_learner
96 class Batch :
public classifier::prediction::Batch
107 Batch(
const Batch &other) : classifier::prediction::Batch(other) {}
116 services::SharedPtr<Batch> clone()
const
118 return services::SharedPtr<Batch>(cloneImpl());
122 virtual Batch * cloneImpl() const DAAL_C11_OVERRIDE = 0;
126 using interface1::Batch;
132 #endif // __WEAK_LEARNER_PREDICT_H__
daal::algorithms::weak_learner::prediction::interface1::Batch::Batch
Batch(const Batch &other)
Definition: weak_learner_predict.h:107
daal
Definition: algorithm_base_common.h:57
daal::algorithms::weak_learner::prediction::interface1::Batch
Base class for making predictions based on the weak learner model
Definition: weak_learner_predict.h:96
daal::algorithms::weak_learner::prediction::interface1::Batch::clone
services::SharedPtr< Batch > clone() const
Definition: weak_learner_predict.h:116
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:102