Description Usage Arguments Details Warning Author(s) See Also Examples
Visualise the results of parameter tuning for the SOM
1 2 3 |
x |
an object of class |
relative |
specifies whether the best (i.e., lowest) value of the criterion should be used as a baseline in the display (the default behaviour) or not |
sqrt.quant |
specifies whether the plot should display the
quantisation error or its square root. When |
best.color |
gives the colour of the border of bar associated to
the best configuration. Use |
xlab |
a label for the x axis (see |
ylab |
a label for the y axis (see |
yaxs |
the style of axis interval calculation to be used for the
y-axis (see |
legend.text |
a vector of text used to construct a legend for the
plot (see |
... |
not used |
This function produces a barplot with the quantisation error of all the
tested SOMs as well as an additional bar for an another error criterion
if the quantisation error was not used to choose the best SOM. Most of
the parameters have reasonable default values computed from the
somtune
object. The function tries to avoid superposition of the
legend with the bars.
This function works only when one parameter is tuned
by som.tune
. It will not work in particular if random
initialisation is used several times together with a parameter tuning.
Fabrice Rossi
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.