mloss.org LMW Treehttp://mloss.orgUpdates and additions to LMW TreeenSat, 30 May 2015 11:42:23 -0000LMW Tree 1.0http://mloss.org/software/view/615/<html><p>LMW-tree is a generic template library written in C++ that implements several algorithms that use the m-way nearest neighbor tree structure to store their data. The algorithms and data structures are generic to support different data representations such as dense real valued and bit vectors, and sparse vectors. Additionally, it can index any object type that can form a prototype representation of a set of objects. </p> <p>The algorithms are primarily focussed on computationally efficient clustering. Clustering is an unsupervised machine learning process that finds interesting patterns in data. It places similar items into clusters and dissimilar items into different clusters. The data structures and algorithms can also be used for nearest neighbor search, supervised learning and other machine learning applications. </p> <p>The package includes EM-tree, K-tree, k-means, TSVQ, repeated k-means, clustering, random projections, random indexing, hashing, bit signatures. </p></html>chris de vriesSat, 30 May 2015 11:42:23 -0000http://mloss.org/software/rss/comments/615http://mloss.org/software/view/615/clustering