Uses of Class
elki.similarity.kernel.KernelMatrix
-
Packages that use KernelMatrix Package Description elki.outlier.anglebased Angle-based outlier detection algorithms.elki.similarity.kernel Kernel functions. -
-
Uses of KernelMatrix in elki.outlier.anglebased
Methods in elki.outlier.anglebased with parameters of type KernelMatrix Modifier and Type Method Description protected double
ABOD. computeABOF(KernelMatrix kernelMatrix, DBIDRef pA, DBIDArrayIter pB, DBIDArrayIter pC, MeanVariance s)
Compute the exact ABOF value. -
Uses of KernelMatrix in elki.similarity.kernel
Methods in elki.similarity.kernel with parameters of type KernelMatrix Modifier and Type Method Description static double[][]
KernelMatrix. centerKernelMatrix(KernelMatrix kernelMatrix)
Centers the Kernel Matrix in Feature Space according to Smola et.
-