Learn R Programming

kohonen (version 2.0.19)

summary.kohonen: Summary and print methods for kohonen objects

Description

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 and the mean distance of an object to its closest codebookvector, which is an indication of the quality of the mapping.

Usage

"summary"(object, ...) "print"(x, ...)

Arguments

x, object
a kohonen object
...
Not used.

See Also

som, xyf, bdk, supersom

Examples

Run this code
data(wines)
xyf.wines <- xyf(scale(wines), classvec2classmat(wine.classes),
                 grid = somgrid(5, 5, "hexagonal"))
xyf.wines
summary(xyf.wines)

Run the code above in your browser using DataLab