Moritz-Alexander-Kern 0b8e898623 add Victor Purpura distance test data преди 2 години
..
data 0b8e898623 add Victor Purpura distance test data преди 2 години
scripts 0b8e898623 add Victor Purpura distance test data преди 2 години
README.md 0b8e898623 add Victor Purpura distance test data преди 2 години
authors 0b8e898623 add Victor Purpura distance test data преди 2 години

README.md

Victor Purpura distance test data

This folder contains the data used for Victor Purpura unit tests. Specifically it contains data that got generated by the original matlab implementation for the Victor Purpura distance.

Description

  • authors -- list of authors and contributers

scripts/

  • generate_test_data_spiketrain_dissimilarity.py -- Python script that generates spike times
  • generate_test_results.py -- Python script that generates the results of the matlab implementation

data/

  • matlab_results_datatype.mat -- contains results of the matlab implementation (in MATLAB format)
  • matlab_results_datatype.npy -- contains results of the matlab implementation (in NumPy format)
  • times_datatype.mat -- contains the generated spiketimes in the specific datatype (in MATLAB format)
  • times_datatype.npy -- contains the generated spiketimes in the specific datatype (in NumPy format)

The matlab code that is used to generate the test results can be seen here [1]

References and links

  1. http://www-users.med.cornell.edu/~jdvicto/spkdm.html