dolphin-acoustics-vip / artwarp

MATLAB program for automated categorisation of tonal animal sounds
https://github.com/dolphin-acoustics-vip/artwarp/wiki
GNU Lesser General Public License v3.0
7 stars 10 forks source link

Add 'Save Net' and 'Plot Results from Saved Net' options to the Menu bar #22

Closed RohanK22 closed 1 year ago

RohanK22 commented 2 years ago

This feature adds a menu option that allows users to export their ARTwarp categorization results into a MAT file called 'ARTwarp_Results.mat' saved in the current working directory. It works by using MATLAB's save function that writes the DATA and NET variables into a MAT file. It also adds another menu option through which categorization results of an older ARTwarp run can be plotted from a saved mat file.

This might be unnecessary since the user can type in the save command and run scripts manually into the command window. But it might save them a few seconds since using the ARTwarp menu bar is easier.

Limitations:

olexandr-konovalov commented 1 year ago

This is too out of sync to be merged.