Class ExternalIDFilter.Par

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

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

      Fields 
      Modifier and Type Field Description
      static elki.utilities.optionhandling.OptionID EXTERNALID_INDEX_ID
      Parameter that specifies the index of the label to be used as external Id, starting at 0.
      (package private) int externalIdIndex  
    • 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)  
      ExternalIDFilter make()  
      • Methods inherited from class java.lang.Object

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

      • EXTERNALID_INDEX_ID

        public static final elki.utilities.optionhandling.OptionID EXTERNALID_INDEX_ID
        Parameter that specifies the index of the label to be used as external Id, starting at 0. Negative numbers are counted from the end.
      • externalIdIndex

        int externalIdIndex
    • 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 ExternalIDFilter make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer