Uses of Class
de.jungblut.nlp.MinHash
-
Packages that use MinHash Package Description de.jungblut.nlp -
-
Uses of MinHash in de.jungblut.nlp
Methods in de.jungblut.nlp that return MinHash Modifier and Type Method Description static MinHashMinHash. create(int numHashes)Creates aMinHashinstance with the given number of hash functions with a linear hashing function.static MinHashMinHash. create(int numHashes, long seed)Creates aMinHashinstance with the given number of hash functions and a seed to be used in parallel systems.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.
-