Package elki.index

Class PagedIndexFactory.Par<O>

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Enclosing class:
    PagedIndexFactory<O>

    public abstract static class PagedIndexFactory.Par<O>
    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 PAGEFILE_ID
      Optional parameter that specifies the factory type of pagefile to use for the index.
      protected elki.persistent.PageFileFactory<?> pageFileFactory
      Page file factory.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • PAGEFILE_ID

        public static final elki.utilities.optionhandling.OptionID PAGEFILE_ID
        Optional parameter that specifies the factory type of pagefile to use for the index.
      • pageFileFactory

        protected elki.persistent.PageFileFactory<?> pageFileFactory
        Page file factory.
    • 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 abstract PagedIndexFactory<O> make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer