Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
de.lmu.ifi.dbs.elki.algorithm.statistics |
Statistical analysis algorithms
The algorithms in this package perform statistical analysis of the data
(e.g. compute distributions, distance distributions etc.)
|
de.lmu.ifi.dbs.elki.utilities.pairs |
Pairs and triples utility classes.
|
Modifier and Type | Class and Description |
---|---|
private static class |
AggarwalYuEvolutionary.Individuum
Individuum for the evolutionary search.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
private void |
DistanceStatisticsWithClasses.shrinkHeap(TreeSet<FCPair<Double,DBID>> hotset,
int k) |
Modifier and Type | Method and Description |
---|---|
static <F extends Comparable<? super F>,S> |
FCPair.newArray(int size)
Array constructor for generics
|
Modifier and Type | Method and Description |
---|---|
int |
FCPair.compareTo(FCPair<FIRST,SECOND> other)
Generic derived compare function.
|