|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KernelMatrix | |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier | Outlier detection algorithms |
de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel | Kernel functions. |
Uses of KernelMatrix in de.lmu.ifi.dbs.elki.algorithm.outlier |
---|
Methods in de.lmu.ifi.dbs.elki.algorithm.outlier with parameters of type KernelMatrix | |
---|---|
private double |
ABOD.calcCos(KernelMatrix kernelMatrix,
DBID aKey,
DBID bKey)
Compute the cosinus value between vectors aKey and bKey. |
private double |
ABOD.calcDenominator(KernelMatrix kernelMatrix,
DBID aKey,
DBID bKey,
DBID cKey)
|
private PriorityQueue<FCPair<Double,DBID>> |
ABOD.calcDistsandNN(Relation<V> data,
KernelMatrix kernelMatrix,
int sampleSize,
DBID aKey,
HashMap<DBID,Double> dists)
|
private PriorityQueue<FCPair<Double,DBID>> |
ABOD.calcDistsandRNDSample(Relation<V> data,
KernelMatrix kernelMatrix,
int sampleSize,
DBID aKey,
HashMap<DBID,Double> dists)
|
private double |
ABOD.calcNumerator(KernelMatrix kernelMatrix,
DBID aKey,
DBID bKey,
DBID cKey)
|
private double |
ABOD.getAbofFilter(KernelMatrix kernelMatrix,
DBID aKey,
HashMap<DBID,Double> dists,
double fulCounter,
double counter,
DBIDs neighbors)
|
Uses of KernelMatrix in de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel |
---|
Methods in de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel with parameters of type KernelMatrix | |
---|---|
static Matrix |
KernelMatrix.centerKernelMatrix(KernelMatrix kernelMatrix)
Centers the Kernel Matrix in Feature Space according to Smola et. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |