summaryrefslogtreecommitdiff
path: root/pyspike/isi_distance.py
AgeCommit message (Collapse)Author
2015-04-27updated docsMario Mulansky
2015-04-23improved commentMario Mulansky
2015-04-23fixed parameter namesMario Mulansky
2015-04-23fixed some commentsMario Mulansky
2015-04-22added SpikeTrain class, changed isi_distanceMario Mulansky
spike trains are now represented as SpikeTrain objects consisting of the spike times and the interval edges. The implementation of the ISI-distance has been modified accordingly. The SPIKE-distance and SPIKE-Synchronization are still to be done.
2015-02-03moved cython functions to subdirectoryMario Mulansky
2015-02-03split distance.py into 3 separate modulesMario Mulansky