Make egg out of recall matrixΒΆ

This example shows how to make an egg out of a precomputed recall matrix so that the analysis and plotting functions can be used.

# Code source: Andrew Heusser
# License: MIT

# import
import quail

# create fake recall matrix
recmat = [[[5,4,3,0,1], [3,1,2,0]]]

# create egg
egg = quail.recmat2egg(recmat, list_length=6)

Total running time of the script: ( 0 minutes 0.000 seconds)

Gallery generated by Sphinx-Gallery