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