rtemis

Command Palette

Search for a command to run...

UMAPConfig

Variant

Uniform Manifold Approximation and Projection. See setup_UMAP.

Raw JSONv1Unknown properties rejected

Properties

k
integer≥ 1

Number of components to extract.

n_neighbors
integer≥ 1

Number of neighbors.

init
string

Initialization type (see `uwot::umap` `init`).

metric
string

Distance metric.

one of"euclidean""cosine""manhattan""hamming""categorical"

n_epochs
integer | null≥ 1

Number of epochs. NULL = algorithm default.

learning_rate
number≥ 0

Learning rate.

scale
boolean

Scale input data before UMAP.

Relationships