LibEMG / libemg

MIT License
26 stars 9 forks source link

Dummy function handles for EMGClassifier #47

Open ECEEvanCampbell opened 2 months ago

ECEEvanCampbell commented 2 months ago

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.