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

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

Computes the RBF 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::rbf::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 ( )
inline

Default constructor

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

Constructs RBF kernel function algorithm by copying input objects and parameters of another RBF 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

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

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

Returns
Pointer to the newly allocated algorithm
virtual InputType* getInput ( )
inlinevirtual

Get input objects for the kernel function algorithm

Returns
Input objects for the kernel function algorithm
virtual int getMethod ( ) const
inlinevirtual

Returns the method of the algorithm

Returns
Method of the algorithm
virtual ParameterBase* getParameter ( )
inlinevirtual

Get parameters of the kernel function algorithm

Returns
Parameters of the kernel function algorithm

Member Data Documentation

InputType input

Input data structure

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.