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


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