Uses of Class
de.jungblut.nlp.MinHash.HashType
-
Packages that use MinHash.HashType Package Description de.jungblut.nlp -
-
Uses of MinHash.HashType in de.jungblut.nlp
Methods in de.jungblut.nlp that return MinHash.HashType Modifier and Type Method Description static MinHash.HashTypeMinHash.HashType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MinHash.HashType[]MinHash.HashType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.jungblut.nlp with parameters of type MinHash.HashType Modifier and Type Method Description static MinHashMinHash. create(int numHashes, MinHash.HashType type)Creates aMinHashinstance with the given number of hash functions.static MinHashMinHash. create(int numHashes, MinHash.HashType type, long seed)Creates aMinHashinstance with the given number of hash functions and a seed to be used in parallel systems.
-