View source: R/param_initial_umap.R
initial_umap | R Documentation |
This parameter is the type of initialization for the UMAP coordinates. Can be
one of "spectral"
, "normlaplacian"
, "random"
, "lvrandom"
,
"laplacian"
, "pca"
, "spca"
, or "agspectral"
. See uwot::umap()
for
more details.
initial_umap(values = values_initial_umap)
values_initial_umap
values |
A character string of possible values. See |
An object of class character
of length 8.
This parameter is used in recipes
via embed::step_umap()
.
values_initial_umap
initial_umap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.