Left-Right Classification (LRC)#

Algorithms to detect the laterality (left/right) of initial contacts within raw IMU data.

Algorithms#

LrcMcCamley([axis, smoothing_filter])

McCamley algorithm for laterality detection of initial contacts.

LrcUllrich([smoothing_filter, clf_pipe])

Machine-Learning based algorithm for laterality classification of initial contacts.

Pipelines#

Algorithms to detect the laterality (left/right) of initial contacts within raw IMU data.

pipeline.LrcEmulationPipeline

Base Classes#

Base class for LR detectors.

BaseLRClassifier()

Base class for L/R foot classifier.

Docu-helper#

base_lrc_docfiller(func)

Decorator to fill common parts of the docstring for subclasses of :class: BaseLRDetector.