decode {ANN2} | R Documentation |
Decoding step
Description
Decompress low-dimensional representation resulting from the nodes
of the middle layer. Output are the reconstructed inputs to function encode()
Usage
decode(object, ...)
## S3 method for class 'ANN'
decode(object, compressed, compression.layer = NULL, ...)
Arguments
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) |
[Package ANN2 version 2.3.4 Index]