Class SharedNearestNeighborPreprocessor.Factory.Par<O>

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

    public static class SharedNearestNeighborPreprocessor.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
      protected elki.distance.Distance<O> distanceFunction
      Hold the distance function to be used.
      protected int numberOfNeighbors
      Holds the number of nearest neighbors to be used.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • numberOfNeighbors

        protected int numberOfNeighbors
        Holds the number of nearest neighbors to be used.
      • distanceFunction

        protected elki.distance.Distance<O> distanceFunction
        Hold the distance function to be used.
    • 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