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 classAbstractPrecomputedNeighborhoodAbstract base class for precomputed neighborhoods.classExtendedNeighborhoodNeighborhood obtained by computing the k-fold closure of an existing neighborhood.classExternalNeighborhoodA precomputed neighborhood, loaded from an external file.classPrecomputedKNearestNeighborNeighborhoodNeighborhoods based on k nearest neighbors.Methods in elki.outlier.spatial.neighborhood that return NeighborSetPredicate Modifier and Type Method Description NeighborSetPredicateExtendedNeighborhood.Factory. instantiate(Database database, Relation<? extends O> relation)NeighborSetPredicateExternalNeighborhood.Factory. instantiate(Database database, Relation<?> relation)NeighborSetPredicateNeighborSetPredicate.Factory. instantiate(Database database, Relation<? extends O> relation)Instantiation method.NeighborSetPredicatePrecomputedKNearestNeighborNeighborhood.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 NeighborSetPredicateLinearWeightedExtendedNeighborhood. innerThe data store to use(package private) NeighborSetPredicateUnweightedNeighborhoodAdapter. innerActual predicateConstructors in elki.outlier.spatial.neighborhood.weighted with parameters of type NeighborSetPredicate Constructor Description LinearWeightedExtendedNeighborhood(NeighborSetPredicate inner, int steps)Constructor.UnweightedNeighborhoodAdapter(NeighborSetPredicate inner)Constructor.
-