Left-Right Classification (LRC)#
Algorithms to detect the laterality (left/right) of initial contacts within raw IMU data.
Algorithms#
|
McCamley algorithm for laterality detection of initial contacts. |
|
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
Evaluation Scores#
These scores are expected to be used in combination with Evaluation and
EvaluationCV or directly with cross_validation and
validation.
|
Calculate the accuracy of the LRC pipeline for a single datapoint. |
|
Aggregate the results of the LRC pipeline. |
Base Classes#
Base class for LR detectors.
Base class for L/R foot classifier. |
Docu-helper#
|
Decorator to fill common parts of the docstring for subclasses of :class: |