Description Usage Arguments Author(s) See Also Examples
Print and summary methods for Self-Organising Maps. Gives some information on the prior structure of the SOM and the way it was fitted to a dataset.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## S3 method for class 'som'
print(x, ...)
## S3 method for class 'somnum'
print(x, ...)
## S3 method for class 'relationalsom'
print(x, ...)
## S3 method for class 'kernelsom'
print(x, ...)
## S3 method for class 'som'
summary(object, ...)
## S3 method for class 'somnum'
summary(object, ...)
## S3 method for class 'relationalsom'
summary(object, ...)
## S3 method for class 'kernelsom'
summary(object, ...)
|
x,object |
an object of class |
... |
not used |
Fabrice Rossi
batchsom
for fitting a SOM to some data,
plot.som
for a graphical representation.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.