Skip to content

Allow users to select the algorithm in feature computation #50

@nicola-corbellini

Description

@nicola-corbellini

Currently, all the features apply all the available algorithms.

As discussed with @sanketsabharwal, we could provide the user with a "method" parameter in the __call__ function to select the algorithm.
E.g., an option could be:

smoothness = Smoothness()

sparc = smoothness([motion_data], method="sparc")

and if None applies all the algorithms.

smoothness = Smoothness()

sparc, jerk = smoothness([motion_data], method=None)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions