print.ruta_autoencoder | R Documentation |
Inspect Ruta objects
## S3 method for class 'ruta_autoencoder' print(x, ...) ## S3 method for class 'ruta_loss_named' print(x, ...) ## S3 method for class 'ruta_loss' print(x, ...) ## S3 method for class 'ruta_network' print(x, ...)
x |
An object |
... |
Unused |
Invisibly returns the same object passed as parameter
print(autoencoder(c(256, 10), loss = correntropy()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.