|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferencePointsHeuristic | |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier | Outlier detection algorithms |
de.lmu.ifi.dbs.elki.utilities.referencepoints | Package containing strategies to obtain reference points Shared code for various algorithms that use reference points. |
Uses of ReferencePointsHeuristic in de.lmu.ifi.dbs.elki.algorithm.outlier |
---|
Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as ReferencePointsHeuristic | |
---|---|
private ReferencePointsHeuristic<V> |
ReferenceBasedOutlierDetection.refp
Stores the reference point strategy |
private ReferencePointsHeuristic<V> |
ReferenceBasedOutlierDetection.Parameterizer.refp
Stores the reference point strategy |
Constructors in de.lmu.ifi.dbs.elki.algorithm.outlier with parameters of type ReferencePointsHeuristic | |
---|---|
ReferenceBasedOutlierDetection(int k,
DistanceFunction<V,D> distanceFunction,
ReferencePointsHeuristic<V> refp)
Constructor with parameters. |
Uses of ReferencePointsHeuristic in de.lmu.ifi.dbs.elki.utilities.referencepoints |
---|
Classes in de.lmu.ifi.dbs.elki.utilities.referencepoints that implement ReferencePointsHeuristic | |
---|---|
class |
AxisBasedReferencePoints<V extends NumberVector<V,?>>
Strategy to pick reference points by placing them on the axis ends. |
class |
FullDatabaseReferencePoints<O extends NumberVector<? extends O,?>>
Strategy to use the complete database as reference points. |
class |
GridBasedReferencePoints<V extends NumberVector<V,?>>
Grid-based strategy to pick reference points. |
class |
RandomGeneratedReferencePoints<V extends NumberVector<V,?>>
Reference points generated randomly within the used data space. |
class |
RandomSampleReferencePoints<V extends NumberVector<? extends V,?>>
Random-Sampling strategy for picking reference points. |
class |
StarBasedReferencePoints<V extends NumberVector<V,?>>
Star-based strategy to pick reference points. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |