UWB-Biocomputing / GraphSystemsAnalysis

Analysis code for understanding the activities of graph-structured systems, such as development in cultures of dissociated cortical cultures.
https://uwb-biocomputing.github.io/GraphSystemsAnalysis/
Apache License 2.0
3 stars 0 forks source link

Rewrite clustering.py in C++ #1

Open stiber opened 4 years ago

stiber commented 4 years ago

uses spikeData.py for data structures

The Python code is very, very slow. We can do much better using C++ and good STL classes. The input files are plain text, so this isn't super complex.