aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/GazeAnalysis/__init__.py')
-rw-r--r--src/argaze/GazeAnalysis/__init__.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/argaze/GazeAnalysis/__init__.py b/src/argaze/GazeAnalysis/__init__.py
index c110eb1..f0ba9fd 100644
--- a/src/argaze/GazeAnalysis/__init__.py
+++ b/src/argaze/GazeAnalysis/__init__.py
@@ -1,4 +1,16 @@
"""
Various gaze movement identification, AOI matching and scan path analysis algorithms.
"""
-__all__ = ['Basic', 'DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'KCoefficient', 'LempelZivComplexity', 'NGram', 'Entropy', 'NearestNeighborIndex', 'ExploreExploitRatio', 'LinearRegression'] \ No newline at end of file
+__all__ = [
+ 'Basic',
+ 'DispersionThresholdIdentification',
+ 'VelocityThresholdIdentification',
+ 'TransitionMatrix',
+ 'KCoefficient',
+ 'LempelZivComplexity',
+ 'NGram',
+ 'Entropy',
+ 'NearestNeighborIndex',
+ 'ExploreExploitRatio',
+ 'LinearRegression'
+] \ No newline at end of file