Nirvana Distance

This code computes the nirvana distance, or distance from "ideal" for a data augmentation.

이 제출물을 팔로우합니다

This function will calculate the nirvana distance -- that is, the distance from "ideal" -- for a data augmentation.
Inputs:
C - an integer matrix of the confusion data for the augmentation under evaluation, with ground truth labels in rows and predicted labels in columns
F - a square matrix representing the distances between target classes in the original (non-augmented) data feature space, with order of classes as in C
Outputs:
ND - the computed nirvana distance
dc - a vector of values representing the distance component for each target class in the data set

인용 양식

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.

도움

도움 준 파일: Plotting Components for Nirvana Distance

태그

태그 추가

Add the first tag.

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.2

updated citation

1.0.1

corrected small (but fatal) errors

1.0.0