encode: Retrieve encoding of data

View source: R/autoencoder.R

encodeR Documentation

Retrieve encoding of data

Description

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

Usage

encode(learner, data)

Arguments

learner

Trained autoencoder model

data

data.frame to be encoded

Value

Matrix containing the encodings

See Also

decode, reconstruct


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