Bjartensen / root-clustering-focalh

0 stars 0 forks source link

Investigate calculating distance matrix for a grid #10

Open Bjartensen opened 7 months ago

Bjartensen commented 7 months ago

Distance matrix sounds like a good precomputation to make for a grid if algorithms depend on distances between cells.

Combined with a precomputed grid that is saved to a file, everything could be loaded into a Grid very quickly on startup.

Bjartensen commented 7 months ago

Looks like some Hierarchical clustering methods might make use of it.