C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

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

Computes a linear kernel function in the batch processing mode. More...

Class Declaration

template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::kernel_function::linear::interface1::Batch< algorithmFPType, method >

Template Parameters
algorithmFPTypeData type to use in intermediate computations of kernel functions, double or float
methodComputation method of the algorithm, Method
Enumerations
  • Method Methods for computing kernel functions
  • InputId Identifiers of input objects for the kernel function algorithm
  • ResultId Identifiers of results of the kernel function algorithm
References

Constructor & Destructor Documentation

◆ Batch() [1/2]

Batch ( )
inline

Default constructor

◆ Batch() [2/2]

Batch ( const Batch< algorithmFPType, method > &  other)
inline

Constructs linear kernel function algorithm by copying input objects and parameters of another linear kernel function algorithm

Parameters
[in]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

Member Function Documentation

◆ clone()

services::SharedPtr<Batch<algorithmFPType, method> > clone ( ) const
inline

Returns a pointer to the newly allocated linear kernel function algorithm with a copy of input objects and parameters of this linear kernel function algorithm

Returns
Pointer to the newly allocated algorithm

◆ getInput()

virtual InputType* getInput ( )
inlinevirtual

Get input objects for the kernel function algorithm

Returns
Input objects for the kernel function algorithm

Implements KernelIface.

◆ getMethod()

virtual int getMethod ( ) const
inlinevirtual

Returns the method of the algorithm

Returns
Method of the algorithm

Implements AlgorithmIface.

◆ getParameter()

virtual ParameterBase* getParameter ( )
inlinevirtual

Get parameters of the kernel function algorithm

Returns
Parameters of the kernel function algorithm

Implements KernelIface.

Member Data Documentation

◆ input

InputType input

Input data structure

◆ parameter

ParameterType parameter

Parameter of the kernel function


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

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