Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 827 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 827 Bytes

FixationSaccadeClassifier

Installation

  • pull repo
  • in the root folder run pip3 install .

Usage

from fixation_saccade_classifier import IDTFixationSaccadeClassifier

classifier = IVTFixationSaccadeClassifier()
fixations, saccades, fixation_colors, saccades_colors = classifier.fit_predict(lx, ly)

Methods

  • I-DT - Dispersion-Threshold Identification
  • I-VT - Velocity-Threshold Identification
  • I-HMM - HMM Identification
  • I-AOI - Area-of-Interest Identification

source: Identifying Fixations and Saccades in Eye-Tracking Protocols

Example of usage

see example.ipynb