Class ExtendedNeighborhood.Factory.Par<O>

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

    public static class ExtendedNeighborhood.Factory.Par<O>
    extends java.lang.Object
    implements elki.utilities.optionhandling.Parameterizer
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private NeighborSetPredicate.Factory<O> inner
      Inner neighbor set predicate
      static elki.utilities.optionhandling.OptionID NEIGHBORHOOD_ID
      Parameter to specify the neighborhood predicate to use.
      private int steps
      The number of steps to do.
      static elki.utilities.optionhandling.OptionID STEPS_ID
      Parameter to specify the number of steps allowed
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • NEIGHBORHOOD_ID

        public static final elki.utilities.optionhandling.OptionID NEIGHBORHOOD_ID
        Parameter to specify the neighborhood predicate to use.
      • STEPS_ID

        public static final elki.utilities.optionhandling.OptionID STEPS_ID
        Parameter to specify the number of steps allowed
      • steps

        private int steps
        The number of steps to do.
    • 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