Package generic.lsh

Class KandL


  • public class KandL
    extends java.lang.Object
    Translated from the C++ version.
    • Constructor Summary

      Constructors 
      Constructor Description
      KandL()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int kToL​(int k, double taubound, double probthresh)  
      static void main​(java.lang.String[] args)  
      static int memoryModelToL​(LSHMemoryModel model)  
      • Methods inherited from class java.lang.Object

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

      • KandL

        public KandL()
    • Method Detail

      • memoryModelToL

        public static int memoryModelToL​(LSHMemoryModel model)
      • kToL

        public static int kToL​(int k,
                               double taubound,
                               double probthresh)
      • main

        public static void main​(java.lang.String[] args)