A c++ implementation of MDANCE, a flexible n-ary clustering package for all applications
You need to have Eigen installed.
TODO: add instructions for installation and figure out how to make CPP-MDANCE easily portable.
src/cluster/KmeansRex/KmeansRexCore.cpp: Has NANI implementationsrc/cluster/divine.cpp: Has DIVINE implementationsrc/tools: Has supporting functions, such as BTS, type definitions, and score calculations.- TODO: implement HELM
tests/runTests.sh: Bash script for testing code by comoparing output to that of the Python librarytests/data: stores datasetstests/results: Stores the results of the test. The results themselves are stored in the*Results.txtfiles, while the time and any error messages are stored in*Time.txtfiles