Uses of Interface
elki.outlier.spatial.neighborhood.weighted.WeightedNeighborSetPredicate
-
Packages that use WeightedNeighborSetPredicate Package Description elki.outlier.spatial.neighborhood.weighted Weighted neighborhood definitions. -
-
Uses of WeightedNeighborSetPredicate in elki.outlier.spatial.neighborhood.weighted
Classes in elki.outlier.spatial.neighborhood.weighted that implement WeightedNeighborSetPredicate Modifier and Type Class Description class
LinearWeightedExtendedNeighborhood
Neighborhood obtained by computing the k-fold closure of an existing neighborhood.class
UnweightedNeighborhoodAdapter
Adapter to use unweighted neighborhoods in an algorithm that requires weighted neighborhoods.Methods in elki.outlier.spatial.neighborhood.weighted that return WeightedNeighborSetPredicate Modifier and Type Method Description WeightedNeighborSetPredicate
WeightedNeighborSetPredicate.Factory. instantiate(Database database, Relation<? extends O> relation)
Instantiation method.
-