Contains classes for prediction based on boosting models.
More...
|
| Batch (const Batch &other) |
|
services::SharedPtr< Batch > | clone () const |
|
Batch |
( |
const Batch & |
other | ) |
|
|
inline |
Constructs boosting classifier prediction algorithm by copying input objects and parameters of another boosting classifier prediction 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 boosting classifier prediction algorithm with a copy of input objects and parameters of this boosting classifier prediction algorithm
- Returns
- Pointer to the newly allocated algorithm