Class RandomGeneratedReferencePoints

  • All Implemented Interfaces:
    ReferencePointsHeuristic

    public class RandomGeneratedReferencePoints
    extends java.lang.Object
    implements ReferencePointsHeuristic
    Reference points generated randomly within the used data space.
    Since:
    0.3
    Author:
    Erich Schubert
    • Field Detail

      • samplesize

        protected int samplesize
        Holds the sample size.
      • scale

        protected double scale
        Holds the scaling factor.
    • Constructor Detail

      • RandomGeneratedReferencePoints

        public RandomGeneratedReferencePoints​(int samplesize,
                                              double scale,
                                              RandomFactory rnd)
        Constructor.
        Parameters:
        samplesize - Size of desired sample set
        scale - Scaling factor
        rnd - Random generator