Class NaiveProjectedKNNPreprocessor.Factory.Par

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Enclosing class:
    NaiveProjectedKNNPreprocessor.Factory<V extends elki.data.NumberVector>

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

      Fields 
      Modifier and Type Field Description
      (package private) elki.data.projection.random.RandomProjectionFamily proj
      Random projection family to use.
      static elki.utilities.optionhandling.OptionID PROJECTION_ID
      Parameter for choosing the random projections.
      (package private) int projections
      Number of projections to use.
      static elki.utilities.optionhandling.OptionID PROJECTIONS_ID
      Parameter for choosing the number of projections to use.
      (package private) elki.utilities.random.RandomFactory random
      Random number generator.
      static elki.utilities.optionhandling.OptionID RANDOM_ID
      Parameter for choosing the number of variants to use.
      (package private) double window
      Curve window size.
      static elki.utilities.optionhandling.OptionID WINDOW_ID
      Parameter for setting the widows size multiplicator.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • WINDOW_ID

        public static final elki.utilities.optionhandling.OptionID WINDOW_ID
        Parameter for setting the widows size multiplicator.
      • PROJECTIONS_ID

        public static final elki.utilities.optionhandling.OptionID PROJECTIONS_ID
        Parameter for choosing the number of projections to use.
      • PROJECTION_ID

        public static final elki.utilities.optionhandling.OptionID PROJECTION_ID
        Parameter for choosing the random projections.
      • RANDOM_ID

        public static final elki.utilities.optionhandling.OptionID RANDOM_ID
        Parameter for choosing the number of variants to use.
      • window

        double window
        Curve window size.
      • projections

        int projections
        Number of projections to use.
      • proj

        elki.data.projection.random.RandomProjectionFamily proj
        Random projection family to use.
      • random

        elki.utilities.random.RandomFactory random
        Random number generator.
    • 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