reconstruct | R Documentation |
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 class 'ruta_autoencoder' predict(object, ...)
learner |
Trained autoencoder model |
data |
data.frame to be passed through the network |
object |
Trained autoencoder model |
... |
Rest of parameters, unused |
Matrix containing the reconstructions
encode
, decode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.