Class FarthestPoints.Par<O>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean keepfirst
      Flag for discarding the first object chosen.
      static elki.utilities.optionhandling.OptionID KEEPFIRST_ID
      Option ID to control the handling of the first object chosen.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)  
      FarthestPoints<O> make()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • KEEPFIRST_ID

        public static final elki.utilities.optionhandling.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

      • configure

        public void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)
        Specified by:
        configure in interface elki.utilities.optionhandling.Parameterizer
        Overrides:
        configure in class AbstractKMeansInitialization.Par