Class ExternalNeighborhood.Factory.Par

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

    public static class ExternalNeighborhood.Factory.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) java.net.URI file
      The input file.
      static elki.utilities.optionhandling.OptionID NEIGHBORHOOD_FILE_ID
      Parameter to specify the neighborhood file
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • NEIGHBORHOOD_FILE_ID

        public static final elki.utilities.optionhandling.OptionID NEIGHBORHOOD_FILE_ID
        Parameter to specify the neighborhood file
      • file

        java.net.URI file
        The input file.
    • 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