Skip to content

pyukey/CPP-MDANCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP-MDANCE

A c++ implementation of MDANCE, a flexible n-ary clustering package for all applications

Dependencies

You need to have Eigen installed.
TODO: add instructions for installation and figure out how to make CPP-MDANCE easily portable.

Important files

  • src/cluster/KmeansRex/KmeansRexCore.cpp: Has NANI implementation
  • src/cluster/divine.cpp: Has DIVINE implementation
  • src/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 library
    • tests/data: stores datasets
    • tests/results: Stores the results of the test. The results themselves are stored in the *Results.txt files, while the time and any error messages are stored in *Time.txt files

About

A c++ implementation of MDANCE, a flexible n-ary clustering package for all applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published