Pipelines#
Pre-build pipelines and pipeline helpers.
Full Pipelines#
|
Pipeline structure of the Mobilise-D pipeline without any default algorithms. |
|
Official Mobilise-D pipeline for healthy and mildly impaired gait (aka P1 pipeline). |
|
Official Mobilise-D pipeline for impaired gait (aka P2 pipeline). |
|
Metapipeline that can use a specific pipeline depending on the cohort of the participant. |
BaseClasses#
Base typing interface for Mobilised Pipelines. |
Docu-helper#
Fill docstring from dictionary. |
Evaluation#
WB-Matching#
|
Evaluate a gait sequence list against a reference sequence-by-sequence with a minimum overlap threshold. |
|
Evaluate detected gait sequence intervals against a reference on a sample-wise level. |
|
Extract the detected and reference gait sequences that are considered as matches sequence-by-sequence. |
Per-Row-Error Funcs#
Typical row by row error functions. |
Get all default error metrics used in Mobilise-D. |
|
|
Calculate the error between the detected and reference values. |
|
Calculate the relative error between the detected and reference values. |
|
Calculate the absolute error between the detected and reference values. |
|
Calculate the absolute relative error between the detected and reference values. |
Custom Error Aggregations#
Custom aggregation functions that might be useful in addition to the once provided by pandas (e.g. mean/std). |
Return a list containing all important error aggregations utilized in Mobilise-D. |
|
|
Calculate the intraclass correlation coefficient (ICC) for the detected and reference values. |
|
Calculate the limits of agreement of a measure. |
|
Calculate the quantiles of a measure. |
Helper#
Gait Sequence Iteration#
Iterator to split data into gait-sequences and iterate over them individually. |
|
Iterate over the data based on the given gait-sequences. |
Aggregation Functions#
|
Create an aggregator for the GS iterator that aggregates dataframe results into a single dataframe. |
Datatypes#
|
Default expected result type for the gait-sequence iterator. |