Learn R Programming

ruta (version 1.2.0)

reconstruct: Retrieve reconstructions for input data

Description

Extracts the reconstructions calculated by a trained autoencoder for the specified input data after encoding and decoding. predict is an alias for reconstruct.

Usage

reconstruct(learner, data)

# S3 method for ruta_autoencoder predict(object, ...)

Value

Matrix containing the reconstructions

Arguments

learner

Trained autoencoder model

data

data.frame to be passed through the network

object

Trained autoencoder model

...

Rest of parameters, unused

See Also

encode, decode