You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it would be possible to add a different way to generate data to the GUI implementation, For example, can I add an option to the dropdown menu to generate binary data? What code files should I change? How should I proceed?
The text was updated successfully, but these errors were encountered:
It is possible to add more ways to generate data to the GUI. The code related to the two tasks in the GUI (generating data and running an algorithm on some data) is in gcastle/web/run. However, if you only want to run some tests, an easier alternative could be to first generate some data yourself and then use it by selecting your own dataset inside the GUI.
I was wondering if it would be possible to add a different way to generate data to the GUI implementation, For example, can I add an option to the dropdown menu to generate binary data? What code files should I change? How should I proceed?
The text was updated successfully, but these errors were encountered: