diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/argaze/GazeAnalysis/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeAnalysis/__init__.py b/src/argaze/GazeAnalysis/__init__.py index 37c35ca..164de74 100644 --- a/src/argaze/GazeAnalysis/__init__.py +++ b/src/argaze/GazeAnalysis/__init__.py @@ -1,4 +1,4 @@ """ -Various gaze movement identification and scan path analysis algorithms. +Various gaze movement identification, AOI matching and scan path analysis algorithms. """ __all__ = ['Basic', 'DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'KCoefficient', 'LempelZivComplexity', 'NGram', 'Entropy', 'NearestNeighborIndex', 'ExploitExploreRatio']
\ No newline at end of file |