See: Description
Interface | Description |
---|---|
ReferencePointsHeuristic<O> |
Simple Interface for an heuristic to pick reference points.
|
Class | Description |
---|---|
AxisBasedReferencePoints<V extends NumberVector<?>> |
Strategy to pick reference points by placing them on the axis ends.
|
AxisBasedReferencePoints.Parameterizer<V extends NumberVector<?>> |
Parameterization class.
|
FullDatabaseReferencePoints<O extends NumberVector<?>> |
Strategy to use the complete database as reference points.
|
GridBasedReferencePoints<V extends NumberVector<?>> |
Grid-based strategy to pick reference points.
|
GridBasedReferencePoints.Parameterizer<V extends NumberVector<?>> |
Parameterization class.
|
RandomGeneratedReferencePoints<V extends NumberVector<?>> |
Reference points generated randomly within the used data space.
|
RandomGeneratedReferencePoints.Parameterizer<V extends NumberVector<?>> |
Parameterization class.
|
RandomSampleReferencePoints<V extends NumberVector<?>> |
Random-Sampling strategy for picking reference points.
|
RandomSampleReferencePoints.Parameterizer<V extends NumberVector<?>> |
Parameterization class.
|
StarBasedReferencePoints<V extends NumberVector<?>> |
Star-based strategy to pick reference points.
|
StarBasedReferencePoints.Parameterizer<V extends NumberVector<?>> |
Parameterization class.
|
Package containing strategies to obtain reference points
Shared code for various algorithms that use reference points.