-
Notifications
You must be signed in to change notification settings - Fork 0
zhouhong1026/minhash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Minhash ============================ Program parameters: java -jar target/minhash.jar <input_file> <permutation_count> <use_exact_permutator> Example usage: Compute minhash similarities matrix for data from file: data/test.txt and use 100 permutations and use shuffle function to generate permutations. java -jar target/minhash.jar data/test.txt 100 Compute minhash similarities matrix for data from file: data/test.txt and use 1000 permutations and use exact permutations. java -jar target/minhash.jar data/test.txt 1000 -e
About
Data mining: minhash
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published