Computes the linear kernel function in the batch processing mode.
More...
Constructs the linear kernel function algorithm by copying input objects and parameters of another linear kernel function algorithm
- Parameters
-
context | Context to manage the linear kernel function |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Constructs the linear kernel function algorithm
- 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 |
method | Linear kernel function computation method, Method |
Constructs the linear kernel function 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 linear kernel function algorithm with a copy of input objects and parameters of this linear kernel function algorithm
- Parameters
-
context | Context to manage the linear kernel function |
- Returns
- The newly allocated algorithm
Computes the linear kernel function
- Returns
- Structure that contains the computed linear kernel function
void setResult |
( |
Result |
result | ) |
|
Registers user-allocated memory to store results of the linear kernel function
- Parameters
-
result | Structure to store results of the linear kernel function |
Computation method for the algorithm
Parameters of the algorithm
The documentation for this class was generated from the following file:
- kernel_function/linear/Batch.java