@Title("Spatial neighborhoods for geographic outlier detection.")
Package elki.outlier.spatial.neighborhood
Spatial outlier neighborhood classes.
-
Interface Summary Interface Description NeighborSetPredicate Predicate to obtain the neighbors of a reference object as set.NeighborSetPredicate.Factory<O> Factory interface to produce instances. -
Class Summary Class Description AbstractPrecomputedNeighborhood Abstract base class for precomputed neighborhoods.AbstractPrecomputedNeighborhood.Factory<O> Factory class.ExtendedNeighborhood Neighborhood obtained by computing the k-fold closure of an existing neighborhood.ExtendedNeighborhood.Factory<O> Factory class.ExtendedNeighborhood.Factory.Par<O> Parameterization class.ExternalNeighborhood A precomputed neighborhood, loaded from an external file.ExternalNeighborhood.Factory Factory class.ExternalNeighborhood.Factory.Par Parameterization class.PrecomputedKNearestNeighborNeighborhood Neighborhoods based on k nearest neighbors.PrecomputedKNearestNeighborNeighborhood.Factory<O> Factory class to instantiate for a particular relation.