FullPipelinePerGsResult#

class mobgap.pipeline.FullPipelinePerGsResult(
ic_list: DataFrame,
cad_per_sec: DataFrame,
stride_length: DataFrame,
gait_speed: DataFrame,
)[source]#

Default expected result type for the gait-sequence iterator.

When using the GsIterator with the default configuration, an instance of this dataclass will be created for each gait-sequence.

Each value is expected to be a dataframe.

Attributes:
ic_list

The initial contacts for each gait-sequence. This is a dataframe with a column called ic. The values of this ic-column are expected to be samples relative to the start of the gait-sequence.

cad_per_sec

The cadence values within each gait-sequence. This dataframe has no further requirements relevant for the iterator.

stride_length

The stride length values within each gait-sequence. This dataframe has no further requirements relevant for the iterator.

gait_speed

The gait speed values within each gait-sequence. This dataframe has no further requirements relevant for the iterator.

__init__(
ic_list: DataFrame,
cad_per_sec: DataFrame,
stride_length: DataFrame,
gait_speed: DataFrame,
) None[source]#

Examples using mobgap.pipeline.FullPipelinePerGsResult#

Working with reference data

Working with reference data

ICD Ionescu

ICD Ionescu

Shin Algo

Shin Algo

HKLee algo

HKLee algo

McCamley L/R detector

McCamley L/R detector

Gait Sequence Iterator

Gait Sequence Iterator