Computes the linear kernel function in the batch processing mode.
More...
◆ Batch() [1/3]
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 |
◆ Batch() [2/3]
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 |
◆ Batch() [3/3]
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 |
◆ clone()
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
◆ compute()
Computes the linear kernel function
- Returns
- Structure that contains the computed linear kernel function
◆ setResult()
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 |
◆ input
◆ method
Computation method for the algorithm
◆ parameter
Parameters of the algorithm
The documentation for this class was generated from the following file:
- kernel_function/linear/Batch.java