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

reconstruct(learner, data)

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

Arguments

learner

Trained autoencoder model

data

data.frame to be passed through the network

object

Trained autoencoder model

...

Rest of parameters, unused

Value

Matrix containing the reconstructions

See also