Learn R Programming

ruta (version 1.2.0)

print.ruta_autoencoder: Inspect Ruta objects

Description

Inspect Ruta objects

Usage

# S3 method for ruta_autoencoder
print(x, ...)

# S3 method for ruta_loss_named print(x, ...)

# S3 method for ruta_loss print(x, ...)

# S3 method for ruta_network print(x, ...)

Value

Invisibly returns the same object passed as parameter

Arguments

x

An object

...

Unused

Examples

Run this code
print(autoencoder(c(256, 10), loss = correntropy()))

Run the code above in your browser using DataLab