aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/__init__.py
diff options
context:
space:
mode:
authorThéo de la Hogue2023-05-24 14:43:08 +0200
committerThéo de la Hogue2023-05-24 14:43:08 +0200
commit92d2722beae47709492c2e622f43e9b64ac83a9f (patch)
tree1e868a00fa42ee7620e99c38a5c07a7a569633c8 /src/argaze/GazeAnalysis/__init__.py
parent10d202156c4f0ec63e6aabe0229846b6c475a08d (diff)
downloadargaze-92d2722beae47709492c2e622f43e9b64ac83a9f.zip
argaze-92d2722beae47709492c2e622f43e9b64ac83a9f.tar.gz
argaze-92d2722beae47709492c2e622f43e9b64ac83a9f.tar.bz2
argaze-92d2722beae47709492c2e622f43e9b64ac83a9f.tar.xz
Renaming CoefficientK file by KCoefficient file.
Diffstat (limited to 'src/argaze/GazeAnalysis/__init__.py')
-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 f955856..21753c1 100644
--- a/src/argaze/GazeAnalysis/__init__.py
+++ b/src/argaze/GazeAnalysis/__init__.py
@@ -2,4 +2,4 @@
.. include:: README.md
"""
__docformat__ = "restructuredtext"
-__all__ = ['DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'CoefficientK', 'LempelZivComplexity', 'NGram', 'Entropy', 'NearestNeighborIndex'] \ No newline at end of file
+__all__ = ['DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'KCoefficient', 'LempelZivComplexity', 'NGram', 'Entropy', 'NearestNeighborIndex'] \ No newline at end of file