gaitmap.base: Base classes and utility functions#

Base class for all algorithms.

Base classes#

BaseAlgorithm()

Base class for all algorithms.

BaseStrideSegmentation()

Base class for all stride segmentation algorithms.

BaseEventDetection()

Base class for all event detection algorithms.

BaseOrientationMethod()

Base class for the individual Orientation estimation methods that work on pd.DataFrame data.

BasePositionMethod()

Base class for the individual Position estimation methods that work on pd.DataFrame data.

BaseTrajectoryReconstructionWrapper()

Base class for method that wrap position and orientation methods to be usable with default datatypes.

BaseTemporalParameterCalculation()

Base class for temporal parameters calculation.

BaseSpatialParameterCalculation()

Base class for spatial parameter calculation.