See: Description

| Interface | Description |
|---|---|
| DBIDRefIter |
A score iterator wrapping a DBIDRef object.
|
| Class | Description |
|---|---|
| AbstractVectorIter |
Class to iterate over a number vector in decreasing order.
|
| DBIDsTest |
Test predicate using a DBID set as positive elements.
|
| DecreasingVectorIter |
Class to iterate over a number vector in decreasing order.
|
| DistanceResultAdapter |
This adapter is used to process a list of (double, DBID) objects.
|
| FilteredDistanceResultAdapter |
This adapter is used to process a list of (double, DBID) objects, but allows
skipping one object in the ranking.
|
| IncreasingVectorIter |
Class to iterate over a number vector in decreasing order.
|
| OutlierScoreAdapter |
This adapter can be used for an arbitrary collection of Integers, and uses
that id1.compareTo(id2) !
|
| SimpleAdapter |
This adapter can be used for an arbitrary collection of Integers, and uses
that id1.compareTo(id2) !
|
| VectorNonZero |
Class that uses a NumberVector as reference, and considers all non-zero
values as positive entries.
|
| VectorOverThreshold |
Class that uses a NumberVector as reference, and considers all non-zero
values as positive entries.
|
| VectorZero |
Class that uses a NumberVector as reference, and considers all zero values as
positive entries.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.