public class MinHash<T> extends Object
| Constructor and Description |
|---|
MinHash(int numHash) |
| Modifier and Type | Method and Description |
|---|---|
Map<T,boolean[]> |
buildBitMap(Set<T> set1,
Set<T> set2) |
int |
getMinHash(Set<String> set,
int hcr) |
int[] |
getSignature(Set<String> set) |
void |
initRandom() |
static void |
main(String[] args) |
static Set<String> |
shingle(String[] list) |
double |
similarity(Set<T> set1,
Set<T> set2) |
Copyright © 2021. All rights reserved.