Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel |
Kernel functions.
|
Class and Description |
---|
KernelMatrix
Provides a class for storing the kernel matrix and several extraction methods
for convenience.
|
Class and Description |
---|
FooKernelFunction
Provides an experimental KernelDistanceFunction for NumberVectors.
|
KernelMatrix
Provides a class for storing the kernel matrix and several extraction methods
for convenience.
|
PolynomialKernelFunction
Provides a polynomial Kernel function that computes a similarity between the
two feature vectors V1 and V2 defined by (V1^T*V2)^degree.
|