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, ...)
Matrix containing the reconstructions
Trained autoencoder model
data.frame to be passed through the network
Trained autoencoder model
Rest of parameters, unused
encode
, decode