Contains classes to make predictions based on the weak learner model.
More...
|
| Batch (const Batch &other) |
|
services::SharedPtr< Batch > | clone () const |
|
Batch |
( |
const Batch & |
other | ) |
|
|
inline |
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 |
services::SharedPtr<Batch> clone |
( |
| ) |
const |
|
inline |
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