decode: Decoding step

Description Usage Arguments

View source: R/interface.R

Description

Decompress low-dimensional representation resulting from the nodes of the middle layer. Output are the reconstructed inputs to function encode()

Usage

1
2
3
4
decode(object, ...)

## S3 method for class 'ANN'
decode(object, compressed, compression.layer = NULL, ...)

Arguments

object

Object of class ANN

...

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)


bflammers/ANN2 documentation built on Feb. 5, 2021, 9:10 a.m.