LibEMG / libemg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dummy function handles for EMGClassifier

ECEEvanCampbell opened this issue · comments

We need to have functions people can pass in to tell the system how to perform multimodal classification.

Currently, the odh.get_data() call will return a dictionary with keys corresponding to each modality. We grab the first key as the window for deep learning, and also do something naive for handcrafted pipelines.