Class ExtendedNeighborhood
- java.lang.Object
-
- elki.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood
-
- elki.outlier.spatial.neighborhood.ExtendedNeighborhood
-
- All Implemented Interfaces:
NeighborSetPredicate
public class ExtendedNeighborhood extends AbstractPrecomputedNeighborhood
Neighborhood obtained by computing the k-fold closure of an existing neighborhood.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExtendedNeighborhood.Factory<O>
Factory class.
-
Field Summary
Fields Modifier and Type Field Description private static Logging
LOG
The logger to use.-
Fields inherited from class elki.outlier.spatial.neighborhood.AbstractPrecomputedNeighborhood
store
-
-
Constructor Summary
Constructors Constructor Description ExtendedNeighborhood(DataStore<DBIDs> store)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Logging
getLogger()
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
The logger to use.
-
-
Method Detail
-
getLogger
protected Logging getLogger()
Description copied from class:AbstractPrecomputedNeighborhood
The logger to use for error reporting.- Specified by:
getLogger
in classAbstractPrecomputedNeighborhood
- Returns:
- Logger
-
-