sararselitsky / FastPG

Fast phenograph, CyTOF
Other
25 stars 6 forks source link

Updates to remove duplicate edges from links matrix before parallel_louvain call #4

Closed tom-b closed 4 years ago

tom-b commented 4 years ago

I have added a C++ function to the dev branch to allow testing of cluster accuracy after removing duplicate edges from the links graph input.

The changes are added to the base call to FastPG, so this dev branch can be compared to master for accuracy testing.