What it does
Copmutes global feature index and returns top dense sets.
The candidate clusters are chosen as the top ranking neighborhoods provided that the size of their overlap
is below a specified threshold.
For more information see Fast neighborhood subgraph pairwise distance kernel paper.
Parameters
- -knn : <num nearest neighbors> (default: 10)
- -otknn : flag to output true (i.e. implies full kernel matrix evaluation) k-nearest neighburs (default: 0)
- -oc : flag to output clusters (default: 0)
- -nhf : <num hash functions> for the Locality Sensitive Hashing function (default: 250)
- -ensf : <eccess neighbour size factor> (default: 10) (0 to avoid trimming)
- -usn : use shared neighbourhood to weight center density (default: 0)