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