Plot temporal clusteringΒΆ

This example plots temporal clustering, the extent to which subject tend to recall neighboring items sequentially.

../_images/sphx_glr_plot_temporal_001.png
# Code source: Andrew Heusser
# License: MIT

# import
import quail

#load data
egg = quail.load('example')

#analyze and plot
fegg = egg.analyze('temporal', listgroup=['early']*4+['late']*4)

fegg.plot(title='Temporal Clustering')

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

Gallery generated by Sphinx-Gallery