View source: R/approach_vaeac.R
vaeac_get_data_objects | R Documentation |
Function to set up data loaders and save file names
vaeac_get_data_objects(
x_train,
log_exp_cont_feat,
val_ratio,
batch_size,
paired_sampling,
model_description,
depth,
width,
latent_dim,
lr,
epochs,
save_every_nth_epoch,
folder_to_save_model,
train_indices = NULL,
val_indices = NULL
)
x_train |
A data.table containing the training data. Categorical data must have class names |
log_exp_cont_feat |
Logical (default is |
val_ratio |
Numeric (default is |
batch_size |
Positive integer (default is |
paired_sampling |
Logical (default is |
model_description |
String (default is |
depth |
Positive integer (default is |
width |
Positive integer (default is |
latent_dim |
Positive integer (default is |
lr |
Positive numeric (default is |
epochs |
Positive integer (default is |
save_every_nth_epoch |
Positive integer (default is |
folder_to_save_model |
String (default is |
train_indices |
Numeric array (optional) containing the indices of the training observations. There are conducted no checks to validate the indices. |
val_indices |
Numeric array (optional) containing the indices of the validation observations. #' There are conducted no checks to validate the indices. |
List of objects needed to train the vaeac
model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.