pyclustering
pyclustering copied to clipboard
[pyclustering.cluster.clique] Optimization for high dimensional data
Introduction
Current python implementation pyclustering.cluster.clique
is not optimal in case of high dimensional data. See complaint: #634
Description Algorithm should work for high-dimensional data. No need to build blocks physically, just find sub-spaces as it described in the paper.