Description Usage Arguments Value
View source: R/umap_universal.R
This performs a brute-force search in parameter space. The algorithm assumes a narrowing-down search will produce a decent fit.
1 2 | find.ab.params(spread, min.dist, alim = c(0, 20), blim = c(0, 20),
tolerance = 1e-08)
|
spread |
numeric |
min.dist |
numeric |
alim |
numeric vector of length 2, initial search range for parameter a |
blim |
numeric vector of length 2, initial search range for parameter b |
tolerance |
numeric, determines how deeply to search |
vector with componets "a" and "b" that are most appropriate for the given spread and min.dist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.