Optional parameters for computing kernel functions.
More...
Constructs the default parameter of the kernel function
- Parameters
-
| context | Context to manage the parameter |
| long getRowIndexResult |
( |
| ) |
|
Gets the index of the result of the kernel function computation
- Returns
- index of the result of the kernel function computation
Gets the index of the vector in the set X
- Returns
- index of the vector in the set X
Gets the index of the vector in the set Y
- Returns
- index of the vector in the set Y
Sets the mode of computing kernel functions
- Parameters
-
| computationMode | Computation mode |
| void setRowIndexResult |
( |
long |
rowIndexResult | ) |
|
Sets the index of the result of the kernel function computation
- Parameters
-
| rowIndexResult | Index of the result of the kernel function computation |
| void setRowIndexX |
( |
long |
rowIndexX | ) |
|
Sets the index of the vector in the set X
- Parameters
-
| rowIndexX | Index of the vector in the set X |
| void setRowIndexY |
( |
long |
rowIndexY | ) |
|
Sets the index of the vector in the set Y
- Parameters
-
| rowIndexY | Index of the vector in the set Y |
The documentation for this class was generated from the following file:
- kernel_function/Parameter.java