| decode | R Documentation |
Decompress low-dimensional representation resulting from the nodes
of the middle layer. Output are the reconstructed inputs to function encode()
decode(object, ...)
## S3 method for class 'ANN'
decode(object, compressed, compression.layer = NULL, ...)
object |
Object of class |
... |
arguments to be passed down |
compressed |
Compressed data |
compression.layer |
Integer specifying which hidden layer is the compression layer. If NULL this parameter is inferred from the structure of the network (hidden layer with smallest number of nodes) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.