ontram | R Documentation |
General ordinal transformation neural network
ontram(
mod_bl,
mod_sh,
mod_im = NULL,
y_dim,
x_dim,
img_dim = NULL,
method = c("logit", "cloglog", "loglog", "probit"),
n_batches = 16,
epochs = 50,
lr = 0.001,
optimizer = tf$keras$optimizers$Adam(learning_rate = lr),
response_varying = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.