summary.kohonen {kohonen}R Documentation

Summary and print Methods for kohonen objects

Description

Summary and print methods for kohonen

Usage

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

Arguments

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

Author(s)

Ron Wehrens

See Also

som, xyf, bdk

Examples

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

[Package kohonen version 1.1.0 Index]