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


fdavidcl/ruta documentation built on July 5, 2023, 6:32 p.m.