Learn R Programming

kohonen (version 1.1.1)

summary.kohonen: Summary and print Methods for kohonen objects

Description

Summary and print methods for kohonen

Usage

## S3 method for class 'kohonen':
summary(object, \dots)
## S3 method for class 'kohonen':
print(x, \dots)

Arguments

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

See Also

som, xyf, bdk

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