Class PrecomputedKNearestNeighborNeighborhood
- java.lang.Object
-
- elki.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood
-
- elki.outlier.spatial.neighborhood.PrecomputedKNearestNeighborNeighborhood
-
- All Implemented Interfaces:
NeighborSetPredicate
public class PrecomputedKNearestNeighborNeighborhood extends AbstractPrecomputedNeighborhood
Neighborhoods based on k nearest neighbors.- Since:
- 0.4.0
- Author:
- Ahmed Hettab
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrecomputedKNearestNeighborNeighborhood.Factory<O>Factory class to instantiate for a particular relation.
-
Field Summary
Fields Modifier and Type Field Description private static LoggingLOGLogger-
Fields inherited from class elki.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood
store
-
-
Constructor Summary
Constructors Constructor Description PrecomputedKNearestNeighborNeighborhood(DataStore<DBIDs> store)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LogginggetLogger()The logger to use for error reporting.-
Methods inherited from class elki.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood
getNeighborDBIDs
-
-
-
-
Field Detail
-
LOG
private static final Logging LOG
Logger
-
-
Method Detail
-
getLogger
protected Logging getLogger()
Description copied from class:AbstractPrecomputedNeighborhoodThe logger to use for error reporting.- Specified by:
getLoggerin classAbstractPrecomputedNeighborhood- Returns:
- Logger
-
-