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. |
|
LrcMansour algorithm for laterality detection of initial contacts. |
Pipelines#
Run a LRC algorithm in isolation, using reference ICs as input. |
Evaluation Scores#
These scores are expected to be used in combination with Evaluation and
EvaluationCV or directly with cross_validation and
validation.
Scorer class instance for LRC algorithms. |
|
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: |