Uses of Interface
elki.outlier.spatial.neighborhood.NeighborSetPredicate
-
Packages that use NeighborSetPredicate Package Description elki.outlier.spatial.neighborhood Spatial outlier neighborhood classes.elki.outlier.spatial.neighborhood.weighted Weighted neighborhood definitions. -
-
Uses of NeighborSetPredicate in elki.outlier.spatial.neighborhood
Classes in elki.outlier.spatial.neighborhood that implement NeighborSetPredicate Modifier and Type Class Description class
AbstractPrecomputedNeighborhood
Abstract base class for precomputed neighborhoods.class
ExtendedNeighborhood
Neighborhood obtained by computing the k-fold closure of an existing neighborhood.class
ExternalNeighborhood
A precomputed neighborhood, loaded from an external file.class
PrecomputedKNearestNeighborNeighborhood
Neighborhoods based on k nearest neighbors.Methods in elki.outlier.spatial.neighborhood that return NeighborSetPredicate Modifier and Type Method Description NeighborSetPredicate
ExtendedNeighborhood.Factory. instantiate(Database database, Relation<? extends O> relation)
NeighborSetPredicate
ExternalNeighborhood.Factory. instantiate(Database database, Relation<?> relation)
NeighborSetPredicate
NeighborSetPredicate.Factory. instantiate(Database database, Relation<? extends O> relation)
Instantiation method.NeighborSetPredicate
PrecomputedKNearestNeighborNeighborhood.Factory. instantiate(Database database, Relation<? extends O> relation)
-
Uses of NeighborSetPredicate in elki.outlier.spatial.neighborhood.weighted
Fields in elki.outlier.spatial.neighborhood.weighted declared as NeighborSetPredicate Modifier and Type Field Description private NeighborSetPredicate
LinearWeightedExtendedNeighborhood. inner
The data store to use(package private) NeighborSetPredicate
UnweightedNeighborhoodAdapter. inner
Actual predicateConstructors in elki.outlier.spatial.neighborhood.weighted with parameters of type NeighborSetPredicate Constructor Description LinearWeightedExtendedNeighborhood(NeighborSetPredicate inner, int steps)
Constructor.UnweightedNeighborhoodAdapter(NeighborSetPredicate inner)
Constructor.
-