Description Usage Arguments Value Author(s) See Also
error.quantisation
is a generic function for computing the
quantisation error made by a fitted Self-Organising Map on a
dataset. The exact definition depends on the data type, but should be
compatible with the standard definition for vector data; in this case the quantisation error is the mean of the Euclidean distance between each
observation and the prototype of its best matching unit.
1 | error.quantisation(som, newdata, ...)
|
som |
an object of class derived from |
newdata |
optional observations (see details) |
... |
additional arguments to be passed to methods |
If newdata
is not given, the function returns the quantisation
error made by the fitted som on the data used to fit it.
When newdata
is specified, the function returns the
quantisation error of the fitted som on the corresponding data. The
representation of the new data depends on the actual SOM.
Fabrice Rossi
error.kaskilagus
, som.tunecontrol
,
error.quantisation.somnum
for numerical SOM and
error.quantisation.relationalsom
for relational SOM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.