Package generic.lsh
Class KandL
- java.lang.Object
-
- generic.lsh.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)
-
-
-
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)
-
-