AUC_ln_K {coRanking}R Documentation

Area under the RN_X curve

Description

Area under the RNX(K)R_{NX}(K) curve when KK is put on a logarithmic scale.

Usage

AUC_ln_K(R_NX)

Arguments

R_NX

The R_NX curve, a vector of values

Details

It is calculated as:

AUClnK(RNX(K))=(K=1N2RNX(K)/K)/(K=1N21/K) AUC_{\ln K}(R_{NX}(K)) = \left(\sum_{K=1}^{N-2}R_{NX}(K)/K\right)/\left(\sum_{K=1}^{N-2}1/K\right)

Value

A value, the area under the curve.

Author(s)

Guido Kraemer

References

Lee, J. A., Peluffo-Ordóñez, D. H., & Verleysen, M., 2015. Multi-scale similarities in stochastic neighbour embedding: Reducing dimensionality while preserving both local and global structure. Neurocomputing, 169, 246–261. https://doi.org/10.1016/j.neucom.2014.12.095


[Package coRanking version 0.2.4 Index]