Mivae | R Documentation |
Mivae imputer object R6 class for Mivae imputer
Mivae imputer object R6 class for Mivae imputer
An [R6Class] mivae imputer object
[Mivae]
new()
Mivae$new( data, n_h = 2L, encoder_structure = c(128L, 64L, 32L), decoder_structure = "reversed", learn_rate = 1e-04, iteration = 400, batch_size = 500, act = tf$nn$softplus, weight_decay = "default", epsilon = 1e-07, rho = 0.95, decay = 0.9, momentum = 0.9, optimizer = "Adam", kld_weight = 0.1, loss_weight = 0.5, sigma_weight = 1 )
train()
Mivae$train(print_freq = 1, bootstrap = FALSE)
impute()
Mivae$impute( m = 5, onehot = FALSE, all.numeric = FALSE, add.noise = FALSE, SD = 1, pmm = FALSE )
impute.new()
Mivae$impute.new( newdata = data, m = 5, onehot = FALSE, all.numeric = FALSE, pmm = FALSE )
clone()
The objects of this class are cloneable with this method.
Mivae$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.