Skip to content

Releases: ljwolf/spenc

ShiMalik

22 Apr 01:28
Compare
Choose a tag to compare

This is the first implementation to include the original Shi and Malik recursive bipartitioning algorithm. This works hierarchically, repeatedly splitting the graph starting from the highest-level partition discovered in the first round. This lets us solve max-P style problems, allowing the maximum number of viable clusters (above a given floor) to be discovered.

GISRUK

17 Apr 22:54
757e247
Compare
Choose a tag to compare

This describes the release of spatially-encouraged spectral clustering prepared for the 2018 GISRUK Conference.

This algorithm is ready to use, troubleshot, and fully-documented.