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::interface1::Batch< algorithmFPType, pmethod, tmethod >

Deprecated:
This item will be removed in a future release.
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.
DAAL_DEPRECATED Batch ( size_t  nClasses)
inline

Default constructor

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

Member Function Documentation

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

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

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.