C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Batch< algorithmFPType, pmethod, tmethod > Class Template Reference

Provides methods to run implementations of the multi-class classifier prediction algorithm. More...

Class Declaration

template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, prediction::Method pmethod = defaultDense, training::Method tmethod = training::oneAgainstOne>
class daal::algorithms::multi_class_classifier::prediction::interface2::Batch< algorithmFPType, pmethod, tmethod >

Template Parameters
algorithmFPTypeData type to use in intermediate computations for multi-class classifier prediction algorithm, double or float
pmethodComputation method for the algorithm, prediction::Method
tmethodComputation method that was used to train the multi-class classifier model, training::Method
Enumerations
References

Constructor & Destructor Documentation

DAAL_DEPRECATED Batch ( )
inline

Default constructor

Deprecated:
This item will be removed in a future release.
Batch ( size_t  nClasses)
inline

Default constructor

Parameters
[in]nClassesNumber of classes
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]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

Member Function Documentation

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
InputType* getInput ( )
inline

Get input objects for the multi-class classifier prediction algorithm

Returns
Input objects for the multi-class classifier prediction algorithm
virtual int getMethod ( ) const
inlinevirtual

Returns method of the algorithm

Returns
Method of the algorithm

Member Data Documentation

InputType input

Input objects of the algorithm

ParameterType parameter

Parameters of the algorithm


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.