Improvement of Spike Time Tiling Coefficient (STTC) calculation by utilizing numpy function.
Details:
-use numpy.where to find overlapping tiles in run_T
-some comments elaborated/changed
-changed name of time_A to time_max for maximum time covered by tiles
Improvement of Spike Time Tiling Coefficient (STTC) calculation by utilizing numpy function.
Details: -use numpy.where to find overlapping tiles in run_T -some comments elaborated/changed -changed name of time_A to time_max for maximum time covered by tiles
This enhancement was inspired by Thierry Nieus code: https://github.com/thierrynieus/Spike-Time-Tiling-Coefficient-