|
|
|||||||||||||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||||||||||||
See:
Description
| Interface Summary | |
|---|---|
| KernelFunction<O extends DatabaseObject,D extends Distance<D>> | Interface Kernel describes the requirements of any kernel function. |
| Class Summary | |
|---|---|
| AbstractKernelFunction<O extends DatabaseObject,D extends Distance<D>> | AbstractKernelFunction provides some methods valid for any extending class. |
| ArbitraryKernelFunctionWrapper<O extends FeatureVector<O,?>> | Provides a wrapper for arbitrary kernel functions whose kernel matrix has been precomputed. |
| FooKernelFunction<O extends NumberVector<?,?>> | Provides an experimental KernelDistanceFunction for NumberVectors. |
| KernelMatrix<O extends FeatureVector<O,?>> | Provides a class for storing the kernel matrix and several extraction methods for convenience. |
| LinearKernelFunction<O extends NumberVector<O,?>> | Provides a linear Kernel function that computes a similarity between the two feature vectors V1 and V2 defined by V1^T*V2. |
| PolynomialKernelFunction<O extends NumberVector<O,?>> | Provides a polynomial Kernel function that computes a similarity between the two feature vectors V1 and V2 defined by (V1^T*V2)^degree. |
Kernel functions.
|
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||