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 ANN
decode(object, compressed, compression.layer = NULL, ...)
Object of class ANN
arguments to be passed down
Compressed data
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)