Invoke Python Classifiers from OpenVibe

About the GUI application to design signal processing pipelines
Post Reply
openvibeexplorer
Posts: 19
Joined: Wed Mar 18, 2020 2:48 pm

Invoke Python Classifiers from OpenVibe

Post by openvibeexplorer »

Hello there,

I have implemented a couple of python scripts for the following purposes:
1. Invoke python's Independent Component Analysis (ICA) and Principle Component Analysis (PCA) functions from OV scenario
2. Invoke python's Autoregressive Coefficients calculation functions from OV scenario
3. Invoke python's pyplot function to display ICA/PCA data for each epoch

I am pretty comfortable with OpenVibe Source as well as Python functions usage.

However, my next requirement is to invoke python's classifiers from OV.
Is it possible to do it? Could you please give me some pointers if it is possible?

Regards,
OpenVibeExplorer

Thibaut
Posts: 264
Joined: Wed Oct 31, 2018 9:14 am

Re: Invoke Python Classifiers from OpenVibe

Post by Thibaut »

HI,
With the OV version 3.0.0 you have in contrib pybox boxes wich use sklearn classifier.
Thibaut

Post Reply