Plotting Components for Nirvana Distance
Versione 1.0.2 (2,26 KB) da
David Heise
This function will plot the distance component that comprise the nirvana distance.
This function will plot the distance components as used to compute the nirvana distances for a set of augmentations used on a particular data set.
This function uses the spider_plot_R2019b function provided via the "spider_plot" page on MATLAB Central File Exchange (link provided on the page with this code).
Cita come
D. Heise and H. Bear, "Evaluating the Potential and Realized Impact of Data Augmentations", submitted to 2023 IEEE Symposium Series on Computational Intelligence, in review.
Compatibilità della release di MATLAB
Creato con
R2023a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Riconoscimenti
Ispirato da: spider_plot, Nirvana Distance
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.2 | updated citation |
||
1.0.1 | Corrected to add input parameter marker_array to specify a cell array giving style of markers on plot. If specified, marker_array should be the 6th parameter. Markers will use standard MATLAB format, e.g.: marker_array = {'x', 'd', 's', 'o'}; |
||
1.0.0 |