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