Nirvana Distance

Version 1.0.2 (2,08 ko) par David Heise
This code computes the nirvana distance, or distance from "ideal" for a data augmentation.
8 téléchargements
Mise à jour 20 août 2023

Afficher la licence

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

Citation pour cette source

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é avec les versions de MATLAB
Créé avec R2023a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags
Remerciements

A inspiré : Plotting Components for Nirvana Distance

Version Publié le Notes de version
1.0.2

updated citation

1.0.1

corrected small (but fatal) errors

1.0.0