read_data | R Documentation |
Read UCI or Physionet 2012 Challenge Data
read_data(
dataset = c("Physionet_mean", "Physionet_all", "HEPMASS", "POWER", "GAS", "IRIS",
"RED", "WHITE", "YEAST", "BREAST", "CONCRETE", "BANKNOTE"),
ratio = c(6, 2, 2),
g_seed = 333
)
dataset |
String for name of dataset. Valid datasets: "BANKNOTE","....". |
ratio |
Train-valid-test ratio for splitting of observations |
g_seed |
Seed for train-valid-test dataset splitting of observations |
list of objects: data (N x P matrix), classes (subgroups of observations), params (those used for simulating data), and g (partitioning of data into train-valid-test sets)
David K. Lim, deelim@live.unc.edu
https://github.com/DavidKLim/NIMIWAE
read_data(dataset = "BANKNOTE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.