Class BetulaLeafPreClustering.Par

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Enclosing class:
    BetulaLeafPreClustering

    public static class BetulaLeafPreClustering.Par
    extends java.lang.Object
    implements elki.utilities.optionhandling.Parameterizer
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) CFTree.Factory<?> cffactory
      CFTree factory.
      static elki.utilities.optionhandling.OptionID STORE_IDS_ID
      Option to store ids rather than reassigning.
      (package private) boolean storeIds
      Store ids
    • 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)  
      BetulaLeafPreClustering make()  
      • Methods inherited from class java.lang.Object

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

      • STORE_IDS_ID

        public static final elki.utilities.optionhandling.OptionID STORE_IDS_ID
        Option to store ids rather than reassigning.
      • storeIds

        boolean storeIds
        Store ids
    • 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
      • make

        public BetulaLeafPreClustering make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer