ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

Fingerprint and OptimalPresenter objects #93

Closed andrewheusser closed 6 years ago

andrewheusser commented 6 years ago

Adds 2 new classes:

Fingerprint: class for computing and keeping track of memory fingerprints.

OptimalPresenter: class for reordering lists wrt to some model. Works in conjunction with Fingerprint to manipulate list order in an effort to modulate memory performance.