Class ExternalClustering.Par

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

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

      Fields 
      Modifier and Type Field Description
      private java.net.URI file
      The file to be reparsed
      static elki.utilities.optionhandling.OptionID FILE_ID
      Parameter that specifies the name of the file to be re-parsed.
    • 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)  
      ExternalClustering make()  
      • Methods inherited from class java.lang.Object

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

      • FILE_ID

        public static final elki.utilities.optionhandling.OptionID FILE_ID
        Parameter that specifies the name of the file to be re-parsed.
      • file

        private java.net.URI file
        The file to be reparsed
    • 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 ExternalClustering make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer