Contains classes for computing kernel functions.
More...
|
class | KernelIface |
| Abstract class that specifies the interface of the algorithms for computing kernel functions in the batch processing mode. More...
|
|
struct | ParameterBase |
| Optional input objects for the kernel function algorithm. More...
|
|
class | Input |
| Input objects for the kernel function algorithm More...
|
|
class | Result |
| Results obtained with the compute() method of the kernel function algorithm in the batch processing mode. More...
|
|
Mode of computing kernel functions
Enumerator |
---|
vectorVector |
Computes the kernel function for given feature vectors Xi and Yj
|
matrixVector |
Computes the kernel function for all the vectors in the set X and a given feature vector Yi
|
matrixMatrix |
Computes the kernel function for all the vectors in the sets X and Y
|
Available identifiers of input objects of the kernel function algorithm
Enumerator |
---|
X |
Input left data table
|
Y |
Input right data table
|
Available identifiers of results of the kernel function algorithm
Enumerator |
---|
values |
Table to store results
|