Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel |
Kernel functions.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static Matrix |
KernelMatrix.centerKernelMatrix(KernelMatrix kernelMatrix)
Centers the Kernel Matrix in Feature Space according to Smola et.
|