diff options
author | Théo de la Hogue | 2023-09-20 09:52:16 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-20 09:52:16 +0200 |
commit | 83907d74866076c31201367d1f5194dcbcbea004 (patch) | |
tree | 66a12c365517d0232303f9eb834b4414a72982a4 | |
parent | 06171925763c94fa4ed65bd25db30851469764f5 (diff) | |
download | argaze-83907d74866076c31201367d1f5194dcbcbea004.zip argaze-83907d74866076c31201367d1f5194dcbcbea004.tar.gz argaze-83907d74866076c31201367d1f5194dcbcbea004.tar.bz2 argaze-83907d74866076c31201367d1f5194dcbcbea004.tar.xz |
Improving doc string.
-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 |