Provides methods to run implementations of the multi-class classifier prediction algorithm.
More...
template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, prediction::Method pmethod = defaultDense, training::Method tmethod = training::oneAgainstOne>
class daal::algorithms::multi_class_classifier::prediction::interface1::Batch< algorithmFPType, pmethod, tmethod >
- Deprecated:
- This item will be removed in a future release.
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations for multi-class classifier prediction algorithm, double or float |
pmethod | Computation method for the algorithm, prediction::Method |
tmethod | Computation method that was used to train the multi-class classifier model, training::Method |
- Enumerations
-
- References
-
DAAL_DEPRECATED Batch |
( |
| ) |
|
|
inline |
Default constructor
- Deprecated:
- This item will be removed in a future release.
DAAL_DEPRECATED Batch |
( |
size_t |
nClasses | ) |
|
|
inline |
Default constructor
- Parameters
-
[in] | nClasses | Number of classes |
DAAL_DEPRECATED Batch |
( |
const Batch< algorithmFPType, pmethod, tmethod > & |
other | ) |
|
|
inline |
Constructs multi-class classifier prediction algorithm by copying input objects and parameters of another multi-class classifier prediction algorithm
- Parameters
-
[in] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
DAAL_DEPRECATED services::SharedPtr<Batch<algorithmFPType, pmethod, tmethod> > clone |
( |
| ) |
const |
|
inline |
Returns a pointer to the newly allocated multi-class classifier prediction algorithm with a copy of input objects and parameters of this multi-class classifier prediction algorithm
- Returns
- Pointer to the newly allocated algorithm
Get input objects for the multi-class classifier prediction algorithm
- Returns
- Input objects for the multi-class classifier prediction algorithm
Implements Batch.
virtual DAAL_DEPRECATED_VIRTUAL int getMethod |
( |
| ) |
const |
|
inlinevirtual |
Returns method of the algorithm
- Returns
- Method of the algorithm
Input objects of the algorithm
The documentation for this class was generated from the following file: