summary.kohonen | R Documentation |
Summary and print methods for kohonen
objects. The print
method shows the dimensions and the topology of the map; if
information on the training data is included, the summary
method additionally prints information on the size of the data, the
distance functions used, and the
mean distance of an object to its closest codebookvector, which is an
indication of the quality of the mapping.
## S3 method for class 'kohonen'
summary(object, ...)
## S3 method for class 'kohonen'
print(x, ...)
x, object |
a |
... |
Not used. |
Ron Wehrens
som
, xyf
, supersom
data(wines)
xyf.wines <- xyf(scale(wines), classvec2classmat(vintages),
grid = somgrid(5, 5, "hexagonal"))
xyf.wines
summary(xyf.wines)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.