Uses of Interface
elki.outlier.spatial.neighborhood.NeighborSetPredicate.Factory
-
Packages that use NeighborSetPredicate.Factory Package Description elki.outlier.spatial Spatial outlier detection algorithms.elki.outlier.spatial.neighborhood Spatial outlier neighborhood classes.elki.outlier.spatial.neighborhood.weighted Weighted neighborhood definitions. -
-
Uses of NeighborSetPredicate.Factory in elki.outlier.spatial
Fields in elki.outlier.spatial declared as NeighborSetPredicate.Factory Modifier and Type Field Description private NeighborSetPredicate.Factory<O>AbstractNeighborhoodOutlier. npredfOur predicate to obtain the neighborsprotected NeighborSetPredicate.Factory<O>AbstractNeighborhoodOutlier.Par. npredfThe predicate to obtain the neighbors.Methods in elki.outlier.spatial that return NeighborSetPredicate.Factory Modifier and Type Method Description protected NeighborSetPredicate.Factory<O>AbstractNeighborhoodOutlier. getNeighborSetPredicateFactory()Get the predicate to obtain the neighbors. -
Uses of NeighborSetPredicate.Factory in elki.outlier.spatial.neighborhood
Classes in elki.outlier.spatial.neighborhood that implement NeighborSetPredicate.Factory Modifier and Type Class Description static classAbstractPrecomputedNeighborhood.Factory<O>Factory class.static classExtendedNeighborhood.Factory<O>Factory class.static classExternalNeighborhood.FactoryFactory class.static classPrecomputedKNearestNeighborNeighborhood.Factory<O>Factory class to instantiate for a particular relation.Fields in elki.outlier.spatial.neighborhood declared as NeighborSetPredicate.Factory Modifier and Type Field Description private NeighborSetPredicate.Factory<O>ExtendedNeighborhood.Factory. innerInner neighbor set predicateprivate NeighborSetPredicate.Factory<O>ExtendedNeighborhood.Factory.Par. innerInner neighbor set predicateConstructors in elki.outlier.spatial.neighborhood with parameters of type NeighborSetPredicate.Factory Constructor Description Factory(NeighborSetPredicate.Factory<O> inner, int steps)Constructor. -
Uses of NeighborSetPredicate.Factory in elki.outlier.spatial.neighborhood.weighted
Fields in elki.outlier.spatial.neighborhood.weighted declared as NeighborSetPredicate.Factory Modifier and Type Field Description private NeighborSetPredicate.Factory<O>LinearWeightedExtendedNeighborhood.Factory. innerInner neighbor set predicateprivate NeighborSetPredicate.Factory<O>LinearWeightedExtendedNeighborhood.Factory.Par. innerInner neighbor set predicate(package private) NeighborSetPredicate.Factory<O>UnweightedNeighborhoodAdapter.Factory. innerThe inner predicate factory(package private) NeighborSetPredicate.Factory<O>UnweightedNeighborhoodAdapter.Factory.Par. innerThe actual predicate.Constructors in elki.outlier.spatial.neighborhood.weighted with parameters of type NeighborSetPredicate.Factory Constructor Description Factory(NeighborSetPredicate.Factory<O> inner, int steps)Constructor.Factory(NeighborSetPredicate.Factory<O> inner)Constructor.
-