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
99 typedef classifier::prediction::Batch super;
101 typedef super::InputType InputType;
102 typedef super::ParameterType ParameterType;
103 typedef super::ResultType ResultType;
113 Batch(
const Batch &other) : classifier::prediction::Batch(other) {}
122 services::SharedPtr<Batch> clone()
const 124 return services::SharedPtr<Batch>(cloneImpl());
128 virtual Batch * cloneImpl()
const DAAL_C11_OVERRIDE = 0;
132 using interface1::Batch;
138 #endif // __WEAK_LEARNER_PREDICT_H__ daal::algorithms::classifier::prediction::interface1::Result
Provides methods to access prediction results obtained with the compute() method of the classifier pr...
Definition: classifier_predict_types.h:190
daal::algorithms::weak_learner::prediction::interface1::Batch::Batch
Batch(const Batch &other)
Definition: weak_learner_predict.h:113
daal
Definition: algorithm_base_common.h:57
daal::algorithms::classifier::interface1::Parameter
Base class for the parameters of the classification algorithm.
Definition: classifier_model.h:81
daal::algorithms::weak_learner::prediction::interface1::Batch::clone
services::SharedPtr< Batch > clone() const
Definition: weak_learner_predict.h:122
daal::algorithms::neural_networks::prediction::prediction
Definition: neural_networks_prediction_result.h:79
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::classifier::prediction::interface1::Batch
Base class for making predictions based on the model of the classification algorithms.
Definition: classifier_predict.h:85
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