AlanRace / SpectralAnalysis

Software for the analysis and interactive exploration of spectral imaging data
https://alanrace.github.io/SpectralAnalysis/
Apache License 2.0
29 stars 9 forks source link

Replace k-means clustering with advanced k-means clustering #13

Closed adamjtaylor closed 4 years ago

adamjtaylor commented 4 years ago

For a while, we have internally used an updated k-means clustering add-on for SpectralAnalysis. "Advanced k-means clustering" adds the following

I have also removed the old k-means clustering addon in this pull request to avoid confusion. The script was originally written by Alex Dexter.

AlanRace commented 4 years ago

Hi Adam, Thanks for your contribution. The latest version of k-means includes some of these, not all, but also includes some new functionality for optionally removing small spatial clusters. Missing are still initial cluster selection, empty cluster formation and online update phase.

Can you update the latest version with these features please?

Thanks,

Alan