23 #ifndef __WEAK_LEARNER_PREDICT_H__
24 #define __WEAK_LEARNER_PREDICT_H__
26 #include "algorithms/classifier/classifier_predict.h"
32 namespace weak_learner
70 class Batch :
public classifier::prediction::Batch
73 typedef classifier::prediction::Batch super;
75 typedef super::InputType InputType;
76 typedef super::ParameterType ParameterType;
77 typedef super::ResultType ResultType;
87 Batch(
const Batch &other) : classifier::prediction::Batch(other) {}
96 services::SharedPtr<Batch> clone()
const
98 return services::SharedPtr<Batch>(cloneImpl());
102 virtual Batch * cloneImpl() const DAAL_C11_OVERRIDE = 0;
106 using interface1::Batch;
112 #endif // __WEAK_LEARNER_PREDICT_H__
daal::algorithms::weak_learner::prediction::interface1::Batch::Batch
Batch(const Batch &other)
Definition: weak_learner_predict.h:87
daal
Definition: algorithm_base_common.h:31
daal::algorithms::weak_learner::prediction::interface1::Batch
Base class for making predictions based on the weak learner model
Definition: weak_learner_predict.h:70
daal::algorithms::weak_learner::prediction::interface1::Batch::clone
services::SharedPtr< Batch > clone() const
Definition: weak_learner_predict.h:96
daal::algorithms::classifier::prediction::prediction
Definition: classifier_predict_types.h:76