Class FarthestPoints.Par<O>

    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • KEEPFIRST_ID

        public static final OptionID KEEPFIRST_ID
        Option ID to control the handling of the first object chosen.
      • keepfirst

        protected boolean keepfirst
        Flag for discarding the first object chosen.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • make

        public FarthestPoints<O> make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Returns:
        a new instance