Description Usage Arguments Details Value Author(s) References Examples
Reference values for the ESS dimension estimation method
1 | essReference(ver, d, maxdim, mindim=1)
|
ver |
Possible values: |
d |
For |
maxdim |
The largest dimension for which reference values should be computed. |
mindim |
The smallest dimension for which reference values should be computed. |
The ESS reference values are used by the ESS algorithm (essLocalDimEst) to compute the final dimension estimate.
A vector of length maxdim-(mindim-1), where each slot represents the reference value.
Kerstin Johnsson, Lund University
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.
1 2 | essReference('a', 3, maxdim=500)
essReference('b', 1, maxdim=30, mindim=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.