Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.distance |
Distance-based outlier detection algorithms, such as DBOutlier and kNN.
|
de.lmu.ifi.dbs.elki.database.ids |
Database object identification and ID group handling API.
|
de.lmu.ifi.dbs.elki.database.ids.generic |
Database object identification and ID group handling - generic implementations.
|
de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
de.lmu.ifi.dbs.elki.evaluation.scores.adapter |
Adapter classes for ranking and scoring measures.
|
de.lmu.ifi.dbs.elki.index.idistance |
iDistance is a distance based indexing technique, using a reference points embedding.
|
de.lmu.ifi.dbs.elki.index.preprocessed.knn |
Indexes providing KNN and rKNN data.
|
Modifier and Type | Method and Description |
---|---|
protected double |
ReferenceBasedOutlierDetection.computeDensity(DoubleDBIDList referenceDists,
DoubleDBIDListIter iter,
int index)
Computes the density of an object.
|
Modifier and Type | Method and Description |
---|---|
DoubleDBIDListIter |
DoubleDBIDListIter.advance() |
DoubleDBIDListIter |
DoubleDBIDListIter.advance(int count) |
DoubleDBIDListIter |
DoubleDBIDList.iter()
Get an iterator
|
DoubleDBIDListIter |
DoubleDBIDListIter.retract() |
DoubleDBIDListIter |
DoubleDBIDListIter.seek(int off) |
Modifier and Type | Class and Description |
---|---|
private class |
KNNSubList.Itr
Iterator for the sublist.
|
Modifier and Type | Method and Description |
---|---|
DoubleDBIDListIter |
KNNSubList.iter() |
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleIntegerDBIDListIter
Combination interface of the DoubleDBIDListIter with IntegerDBIDIter.
|
Modifier and Type | Class and Description |
---|---|
private class |
DoubleIntegerDBIDList.Itr
List iterator.
|
private class |
DoubleIntegerDBIDPairKNNListHeap.Itr
Iterator.
|
private class |
DoubleIntegerDBIDPairList.Itr
List iterator.
|
private class |
IntegerDBIDKNNSubList.Itr
Iterator for the sublist.
|
Modifier and Type | Field and Description |
---|---|
protected DoubleDBIDListIter |
DistanceResultAdapter.iter
Original Iterator
|
Constructor and Description |
---|
DistanceResultAdapter(DoubleDBIDListIter iter)
Constructor
|
FilteredDistanceResultAdapter(DoubleDBIDListIter iter,
DBIDRef skip)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected static void |
InMemoryIDistanceIndex.binarySearch(ModifiableDoubleDBIDList index,
DoubleDBIDListIter iter,
double val)
Seek an iterator to the desired position, using binary search.
|
Modifier and Type | Method and Description |
---|---|
private DoubleDBIDPair |
MaterializeKNNAndRKNNPreprocessor.makePair(DoubleDBIDListIter iter,
DBIDIter id) |
Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.