LMW-tree icon indicating copy to clipboard operation
LMW-tree copied to clipboard

Learning M-Way Tree - Web Scale Clustering - EM-tree, K-tree, k-means, TSVQ, repeated k-means, clustering, random projections, random indexing, hashing, bit signatures

Results 26 LMW-tree issues
Sort by recently updated
recently updated
newest added

Such as SVM-light and Matlab formats.

new feature

There is some memory overhead on vectors. std::string is around 32 bytes and we use this for a vector ID, but vectors are usually 512 bytes at most. So make...

efficiency

Create a set of standard test datasets and their expected quality in terms of internal and external measures. This can be used to test for any regressions modifications may introduce....

testing

The K-tree implementation was broken somewhere along the way. It needs to be fixed. Maybe it never worked completely in the first place.

bug