View source: R/feature_extraction.R
subsample_dimred | R Documentation |
Dimensionality reduction on subsampled data sets
subsample_dimred(
dat_list,
sub_index,
sub_split_data = TRUE,
parallel = 1,
by = c("run", "fold"),
...
)
dat_list |
A list of data.frames or data.tables. |
sub_index |
A data.frame indicating cv folds and runs such as returned by |
sub_split_data |
Can be set to FALSE if |
parallel |
number of parallel threads |
by |
column names to split data by such that each split corresponds to one dataset and fold |
... |
Extra arguments are passed to |
list of data sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.