MatrixNetworks.jl icon indicating copy to clipboard operation
MatrixNetworks.jl copied to clipboard

Add Metis Hierarchy

Open dgleich opened this issue 8 years ago • 0 comments

It'd be lovely to have Julia code for the metis hierarchy.

hier = metis_hierarchy(A;...)
hier.nlevels
hier.graphs # Arrary of SparseMatrix types...

along with some restriction and propagation functions to translate data between levels. This would make a pure Julia Neo-K-means implementation easy.

dgleich avatar Oct 25 '16 13:10 dgleich