Class CosineHashFunctionFamily.Par

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

    public static class CosineHashFunctionFamily.Par
    extends java.lang.Object
    implements elki.utilities.optionhandling.Parameterizer
    Parameterization class.
    Author:
    Evgeniy Faerman
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int k
      The number of projections to use for each hash function.
      static elki.utilities.optionhandling.OptionID NUMPROJ_ID
      Number of projections to use in each hash function.
      (package private) elki.utilities.random.RandomFactory random
      Random generator to use.
      static elki.utilities.optionhandling.OptionID RANDOM_ID
      Parameter for fixing the random seed.
    • 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)  
      CosineHashFunctionFamily make()  
      • Methods inherited from class java.lang.Object

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

      • RANDOM_ID

        public static final elki.utilities.optionhandling.OptionID RANDOM_ID
        Parameter for fixing the random seed.
      • NUMPROJ_ID

        public static final elki.utilities.optionhandling.OptionID NUMPROJ_ID
        Number of projections to use in each hash function.
      • random

        elki.utilities.random.RandomFactory random
        Random generator to use.
      • k

        int k
        The number of projections to use for each hash function.
    • 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 CosineHashFunctionFamily make()
        Specified by:
        make in interface elki.utilities.optionhandling.Parameterizer