summary.rsnns | R Documentation |
Prints out a summary of the network. The printed information can be either
all information of the network in the original SNNS file format,
or the information given by extractNetInfo
.
This behaviour is controlled with the parameter origSnnsFormat
.
## S3 method for class 'rsnns'
summary(object, origSnnsFormat = TRUE, ...)
object |
the |
origSnnsFormat |
show data in SNNS's original format in which networks are saved, or show output of |
... |
additional function parameters (currently not used) |
Either the contents of the .net file that SNNS would generate from
the object, as a string. Or the output of extractNetInfo
.
extractNetInfo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.