aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/__init__.py
blob: 5f8b1023d8882059bd8ee95bf96b4aeda3fcd97f (plain)
1
2
3
4
5
"""
.. include:: README.md
"""
__docformat__ = "restructuredtext"
__all__ = ['DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'KCoefficient', 'LempelZivComplexity', 'NGram', 'Entropy', 'NearestNeighborIndex', 'ExploitExploreRatio']