decode: Retrieve decoding of encoded data

View source: R/autoencoder.R

decodeR Documentation

Retrieve decoding of encoded data

Description

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

Usage

decode(learner, data)

Arguments

learner

Trained autoencoder model

data

data.frame to be decoded

Value

Matrix containing the decodifications

See Also

encode, reconstruct


ruta documentation built on Jan. 9, 2023, 1:20 a.m.