Learn R Programming

ruta (version 1.2.0)

decode: Retrieve decoding of encoded data

Description

Extracts the decodification calculated by a trained autoencoder for the specified data.

Usage

decode(learner, data)

Value

Matrix containing the decodifications

Arguments

learner

Trained autoencoder model

data

data.frame to be decoded

See Also

encode, reconstruct