numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

202 table method for clustering data #206

Closed mstranne closed 6 months ago

mstranne commented 6 months ago

SUMMARY

Implements necessary changes for #202

Reviewers: @numere-org/maintainers

IMPLEMENTATION

The helper functions could be usefull for other tasks, or may already be implemented somewhere and I did not find them. Tell me if I should refactor something here.

Also, there are some "todo" Comments, please give me some input on these points.

DOCUMENTATION


TESTS BY REVIEWERS

mstranne commented 6 months ago

Just realized categories are return 0 indexed and should be changed to 1 starting index, will fix this today