summaryrefslogtreecommitdiff
path: root/examples/performance.py
AgeCommit message (Collapse)Author
2015-05-08introduce backend for distance functionMario Mulansky
isi- and spike distances over complete intervals are now computed without obtaining the profile first. This gives more than x2 performance improvements.
2015-05-08performance improvement for multivar spike syncMario Mulansky
dont compute the average profile in the function spike_sync_multi, but rather compute the overall average distance directly
2015-05-07performance improvementsMario Mulansky
use recursive approach to compute average profile for average multivariate distances, dont compute average multivariate profile, but average distances directly.