RunAdaUMAP | R Documentation |
Use Adaptive Distance Metric to Run UMAP
RunAdaUMAP(
X,
metric = "euclidean",
metric_count = 1,
py_envir = globalenv(),
n.neighbors = 30L,
n.components = 2L,
n.epochs = NULL,
learning.rate = 1,
min.dist = 0.3,
spread = 1,
set.op.mix.ratio = 1,
local.connectivity = 1L,
repulsion.strength = 1,
negative.sample.rate = 5,
a = 1.8956,
b = 0.8006,
uwot.sgd = FALSE,
seed.use = 42L,
metric.kwds = NULL,
angular.rp.forest = FALSE,
verbose = FALSE
)
X |
sds |
metric |
= 'euclidean', |
metric_count |
= 1, |
py_envir |
= globalenv(), |
n.neighbors |
= 30L, |
n.components |
= 2L, |
n.epochs |
= NULL, |
learning.rate |
= 1.0, |
min.dist |
= 0.3, |
spread |
= 1.0, |
set.op.mix.ratio |
= 1.0, |
local.connectivity |
= 1L, |
repulsion.strength |
= 1, |
negative.sample.rate |
= 5, |
a |
= 1.8956, |
b |
= 0.8006, |
uwot.sgd |
= FALSE, |
seed.use |
= 42L, |
metric.kwds |
= NULL, |
angular.rp.forest |
= FALSE, |
verbose |
= FALSE |
This function argument to the function
nothing useful
a<-1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.