Classify gait pathology patterns from a bundle of gait variables
Source:R/gait-pathology.R
classifyGaitPatterns.RdRuns each applicable detector on the supplied gait-cycle waveforms and
returns a per-pattern flag and severity. A pattern is evaluated only when its
input variable is present in variables.
Usage
classifyGaitPatterns(variables, params = list())Value
A data frame (class gait_pattern_classification) with columns
pattern, flagged, severity, metric, threshold, one row per
evaluated pattern.