|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use KernelMatrix | |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier | Outlier detection algorithms |
| de.lmu.ifi.dbs.elki.database | ELKI database layer - loading, storing, indexing and accessing data |
| de.lmu.ifi.dbs.elki.distance.distancefunction | Distance functions for use within ELKI. |
| 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<V> kernelMatrix,
Integer aKey,
Integer bKey)
Compute the cosinus value between vectors aKey and bKey. |
private double |
ABOD.calcDenominator(KernelMatrix<V> kernelMatrix,
Integer aKey,
Integer bKey,
Integer cKey)
|
private PriorityQueue<FCPair<Double,Integer>> |
ABOD.calcDistsandNN(Database<V> data,
KernelMatrix<V> kernelMatrix,
int sampleSize,
Integer aKey,
HashMap<Integer,Double> dists)
|
private PriorityQueue<FCPair<Double,Integer>> |
ABOD.calcDistsandRNDSample(Database<V> data,
KernelMatrix<V> kernelMatrix,
int sampleSize,
Integer aKey,
HashMap<Integer,Double> dists)
|
private double |
ABOD.calcNumerator(KernelMatrix<V> kernelMatrix,
Integer aKey,
Integer bKey,
Integer cKey)
|
private double |
ABOD.getAbofFilter(KernelMatrix<V> kernelMatrix,
Integer aKey,
HashMap<Integer,Double> dists,
double fulCounter,
double counter,
List<Integer> neighbors)
|
| Uses of KernelMatrix in de.lmu.ifi.dbs.elki.database |
|---|
| Fields in de.lmu.ifi.dbs.elki.database with type parameters of type KernelMatrix | |
|---|---|
static AssociationID<KernelMatrix<?>> |
AssociationID.KERNEL_MATRIX
The association id to associate a kernel matrix. |
| Uses of KernelMatrix in de.lmu.ifi.dbs.elki.distance.distancefunction |
|---|
| Fields in de.lmu.ifi.dbs.elki.distance.distancefunction declared as KernelMatrix | |
|---|---|
private KernelMatrix<V> |
KernelBasedLocallyWeightedDistanceFunction.kernelMatrix
The global precomputed kernel matrix |
| Uses of KernelMatrix in de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel |
|---|
| Fields in de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel declared as KernelMatrix | |
|---|---|
private KernelMatrix<O> |
ArbitraryKernelFunctionWrapper.kernelMatrix
The global kernel Matrix. |
| Methods in de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel with parameters of type KernelMatrix | |
|---|---|
static Matrix |
KernelMatrix.centerKernelMatrix(KernelMatrix<? extends NumberVector<?,?>> kernelMatrix)
Centers the Kernel Matrix in Feature Space according to Smola et. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||