summary.kohonen {kohonen} | R Documentation |
Summary and print methods for kohonen
## S3 method for class 'kohonen': summary(object, ...) ## S3 method for class 'kohonen': print(x, ...)
x, object |
a kohonen object |
... |
Not used. |
Ron Wehrens
data(wines) xyf.wines <- xyf(scale(wines), classvec2classmat(wine.classes), grid = somgrid(5, 5, "hexagonal")) xyf.wines summary(xyf.wines)