Plotting Components for Nirvana Distance

버전 1.0.2 (2.26 KB) 작성자: David Heise
This function will plot the distance component that comprise the nirvana distance.
다운로드 수: 9
업데이트 날짜: 2023/8/20

라이선스 보기

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).

인용 양식

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.

MATLAB 릴리스 호환 정보
개발 환경: R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가
도움

도움 받은 파일: spider_plot, Nirvana Distance

버전 게시됨 릴리스 정보
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