INM-6 / networkunit

A SciUnit library for validation testing of spiking neural network models.
BSD 3-Clause "New" or "Revised" License
15 stars 6 forks source link

Feature/sas #33

Closed rgutzen closed 3 months ago

rgutzen commented 7 months ago

This integrates the Singular Angle Similarity (SAS) score into networkunit score library. Original code published here: https://doi.org/10.5281/zenodo.10680478 The score class includes the "regular" SAS score but not yet the best vector match VEC-SAS score. This could be additionally included via an additional choice parameter for this score, or as a separate alternative score class.