umapParamGridReport | R Documentation |
Generate a report with plots of UMAP dimension reduction plots for parameter combinations
umapParamGridReport(
X,
outDir,
metric = c("euclidean"),
min_dist = c(0.01, 0.05, seq(0.1, 0.9, by = 0.1)),
n_neighbors = c(5, 15, 25, 50),
...
)
X |
feature matrix containing one row for each observation and one column for each feature |
outDir |
output directory |
metric |
parameters passed on to |
min_dist |
parameters passed on to |
n_neighbors |
parameters passed on to |
... |
parameters passed on to |
a muReportR
report (HTML) showing dimension reduction plots for the grid search
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.