Contains classes to make predictions based on the weak learner model.
More...
◆ Batch()
Constructs algorithm for making predictions based on the weak learner model by copying input objects and parameters of another algorithm
- Parameters
-
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
◆ clone()
Returns a pointer to the newly allocated algorithm for making predictions based on the weak learner model with a copy of input objects and parameters of this algorithm
- Returns
- Pointer to the newly allocated algorithm