Computes the radial basis function (RBF) kernel in the batch processing mode.
More...
Constructs the RBF algorithm by copying input objects and parameters of another RBF algorithm
- Parameters
-
context | Context to manage the RBF |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs the RBF algorithm
- Parameters
-
context | Context to manage the RBF |
cls | Data type to use in intermediate computations of the RBF, Double.class or Float.class |
method | Linear kernel function computation method, Method |
Constructs the RBF algorithm with default method
- Parameters
-
context | Context to manage the linear kernel function |
cls | Data type to use in intermediate computations of the linear kernel function, Double.class or Float.class |
Returns the newly allocated RBF algorithm with a copy of input objects and parameters of this RBF algorithm
- Parameters
-
context | Context to manage the RBF |
- Returns
- The newly allocated algorithm
Computes the RBF
- Returns
- Structure that contains the computed RBF
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store the results of computation of the RBF
- Parameters
-
result | Structure to store results of computation of the RBF |
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file:
- kernel_function/rbf/Batch.java