Class FirstNStreamFilter.Par

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

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

      Fields 
      Modifier and Type Field Description
      protected int n
      Number of objects to keep
      static elki.utilities.optionhandling.OptionID SIZE_ID
      Option ID for the sample size
    • 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)  
      FirstNStreamFilter make()  
      • Methods inherited from class java.lang.Object

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

      • SIZE_ID

        public static final elki.utilities.optionhandling.OptionID SIZE_ID
        Option ID for the sample size
      • n

        protected int n
        Number of objects to keep
    • 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 FirstNStreamFilter make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer