powered by
Reference values for the ESS dimension estimation method
essReference(ver, d, maxdim, mindim=1)
Possible values: 'a' and 'b'. See Johnsson et al. (2015).
'a'
'b'
For ver = 'a', any value of d is possible, for ver = 'b', only d = 1 is supported.
ver = 'a'
d
ver = 'b'
d = 1
The largest dimension for which reference values should be computed.
The smallest dimension for which reference values should be computed.
A vector of length maxdim-(mindim-1), where each slot represents the reference value.
The ESS reference values are used by the ESS algorithm (essLocalDimEst) to compute the final dimension estimate.
Johnsson, K., Soneson, C., & Fontes, M. (2015). Low Bias Local Intrinsic Dimension Estimation from Expected Simplex Skewness. IEEE Trans. Pattern Anal. Mach. Intell., 37(1), 196-202.
# NOT RUN { essReference('a', 3, maxdim=500) essReference('b', 1, maxdim=30, mindim=3) # }
Run the code above in your browser using DataLab