Package | Description |
---|---|
de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel |
Kernel functions.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearKernelFunction
Provides a linear Kernel function that computes a similarity between the two
feature vectors V1 and V2 defined by V1^T*V2.
|
Modifier and Type | Method and Description |
---|---|
protected PolynomialKernelFunction |
PolynomialKernelFunction.Parameterizer.makeInstance() |