aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-20 09:52:16 +0200
committerThéo de la Hogue2023-09-20 09:52:16 +0200
commit83907d74866076c31201367d1f5194dcbcbea004 (patch)
tree66a12c365517d0232303f9eb834b4414a72982a4
parent06171925763c94fa4ed65bd25db30851469764f5 (diff)
downloadargaze-83907d74866076c31201367d1f5194dcbcbea004.zip
argaze-83907d74866076c31201367d1f5194dcbcbea004.tar.gz
argaze-83907d74866076c31201367d1f5194dcbcbea004.tar.bz2
argaze-83907d74866076c31201367d1f5194dcbcbea004.tar.xz
Improving doc string.
-rw-r--r--src/argaze/GazeAnalysis/__init__.py2
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