aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/__init__.py
blob: 2bdb8207444d0c213eaf2146536e156df4b819fd (plain)
1
2
3
4
"""
Various gaze movement identification and scan path analysis algorithms.
"""
__all__ = ['DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'KCoefficient', 'LempelZivComplexity', 'NGram', 'Entropy', 'NearestNeighborIndex', 'ExploitExploreRatio']