|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NeighborSetPredicate.Factory | |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial | Spatial outlier detection algorithms |
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.Factory in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial |
---|
Fields in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial declared as NeighborSetPredicate.Factory | |
---|---|
private NeighborSetPredicate.Factory<O> |
AbstractNeighborhoodOutlier.npredf
Our predicate to obtain the neighbors |
protected NeighborSetPredicate.Factory<O> |
AbstractNeighborhoodOutlier.Parameterizer.npredf
The predicate to obtain the neighbors. |
Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial that return NeighborSetPredicate.Factory | |
---|---|
protected NeighborSetPredicate.Factory<O> |
AbstractNeighborhoodOutlier.getNeighborSetPredicateFactory()
Get the predicate to obtain the neighbors. |
Uses of NeighborSetPredicate.Factory in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood |
---|
Classes in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood that implement NeighborSetPredicate.Factory | |
---|---|
static class |
AbstractPrecomputedNeighborhood.Factory<O>
Factory class. |
static class |
ExtendedNeighborhood.Factory<O>
Factory class. |
static class |
ExternalNeighborhood.Factory
Factory class. |
static class |
PrecomputedKNearestNeighborNeighborhood.Factory<O,D extends Distance<D>>
Factory class to instantiate for a particular relation. |
Fields in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood declared as NeighborSetPredicate.Factory | |
---|---|
private NeighborSetPredicate.Factory<O> |
ExtendedNeighborhood.Factory.inner
Inner neighbor set predicate |
private NeighborSetPredicate.Factory<O> |
ExtendedNeighborhood.Factory.Parameterizer.inner
Inner neighbor set predicate |
Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood that return NeighborSetPredicate.Factory | ||
---|---|---|
protected static
|
ExtendedNeighborhood.Factory.Parameterizer.getParameterInnerNeighborhood(Parameterization config)
Inner neighborhood parameter. |
Constructors in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood with parameters of type NeighborSetPredicate.Factory | |
---|---|
ExtendedNeighborhood.Factory(NeighborSetPredicate.Factory<O> inner,
int steps)
Constructor. |
Uses of NeighborSetPredicate.Factory 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.Factory | |
---|---|
(package private) NeighborSetPredicate.Factory<O> |
UnweightedNeighborhoodAdapter.Factory.inner
The inner predicate factory |
(package private) NeighborSetPredicate.Factory<O> |
UnweightedNeighborhoodAdapter.Factory.Parameterizer.inner
The actual predicate. |
private NeighborSetPredicate.Factory<O> |
LinearWeightedExtendedNeighborhood.Factory.inner
Inner neighbor set predicate |
private NeighborSetPredicate.Factory<O> |
LinearWeightedExtendedNeighborhood.Factory.Parameterizer.inner
Inner neighbor set predicate |
Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted that return NeighborSetPredicate.Factory | ||
---|---|---|
protected static
|
LinearWeightedExtendedNeighborhood.Factory.Parameterizer.getParameterInnerNeighborhood(Parameterization config)
Inner neighborhood parameter. |
Constructors in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted with parameters of type NeighborSetPredicate.Factory | |
---|---|
LinearWeightedExtendedNeighborhood.Factory(NeighborSetPredicate.Factory<O> inner,
int steps)
Constructor. |
|
UnweightedNeighborhoodAdapter.Factory(NeighborSetPredicate.Factory<O> inner)
Constructor. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |