Learn R Programming

ruta (version 1.2.0)

encode: Retrieve encoding of data

Description

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

Usage

encode(learner, data)

Value

Matrix containing the encodings

Arguments

learner

Trained autoencoder model

data

data.frame to be encoded

See Also

decode, reconstruct