Description Usage Arguments Value Author(s) References Examples
Evaluate the quality of a SOM using embedding accuracy and estimated topographical accuracy.
1 | map.convergence(map,conf.int=.95,k=50,verb=FALSE,ks=FALSE)
|
map |
an object of type 'map'. |
conf.int |
is the confidence interval of the quality assessment (default 95%) |
k |
number of samples to use in the computation of the estimated topographical accuracy (default=50) |
verb |
if true reports the two convergence components separately, otherwise it will report a linear combination of the two indices (default=FALSE) |
ks |
if true uses the Kolmogorov-Smirnov convergence test otherwise a convergence test based on variance and means is performed (default=FALSE) |
A single value or a pair of values: 1) embedding accuracy 2) estimated topographic accuracy.
Lutz Hamel
"SOM Quality Measures: A Statistical Approach," Lutz Hamel, WSOM16, 2016.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.