R/autoencoder.R
decode.RdExtracts the decodification calculated by a trained autoencoder for the specified data.
decode(learner, data)
| learner | Trained autoencoder model |
|---|---|
| data | data.frame to be decoded |
Matrix containing the decodifications