|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeighborSetPredicate | |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood | Spatial outlier neighborhood classes |
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted | Weighted Neighborhood definitions. |
Uses of NeighborSetPredicate in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood |
---|
Classes in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood that implement NeighborSetPredicate | |
---|---|
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<D extends Distance<D>>
Neighborhoods based on k nearest neighbors. |
Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood that return NeighborSetPredicate | |
---|---|
NeighborSetPredicate |
ExternalNeighborhood.Factory.instantiate(Relation<?> database)
|
NeighborSetPredicate |
NeighborSetPredicate.Factory.instantiate(Relation<? extends O> relation)
Instantiation method. |
NeighborSetPredicate |
PrecomputedKNearestNeighborNeighborhood.Factory.instantiate(Relation<? extends O> relation)
|
NeighborSetPredicate |
ExtendedNeighborhood.Factory.instantiate(Relation<? extends O> database)
|
Uses of NeighborSetPredicate in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted |
---|
Fields in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted declared as NeighborSetPredicate | |
---|---|
(package private) NeighborSetPredicate |
UnweightedNeighborhoodAdapter.inner
Actual predicate |
private NeighborSetPredicate |
LinearWeightedExtendedNeighborhood.inner
The data store to use |
Constructors in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted with parameters of type NeighborSetPredicate | |
---|---|
LinearWeightedExtendedNeighborhood(NeighborSetPredicate inner,
int steps)
Constructor. |
|
UnweightedNeighborhoodAdapter(NeighborSetPredicate inner)
Constructor. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |