Computes the RBF kernel function in the batch processing mode.
More...
template<typename algorithmFPType = DAAL_ALGORITHM_FP_TYPE, Method method = defaultDense>
class daal::algorithms::kernel_function::rbf::interface1::Batch< algorithmFPType, method >
- Template Parameters
-
algorithmFPType | Data type to use in intermediate computations of kernel functions, double or float |
method | Computation 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
-
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] | other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
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
The documentation for this class was generated from the following file: