UMAPConfig
VariantUniform Manifold Approximation and Projection. See setup_UMAP.
Properties
kinteger≥ 1Number of components to extract.
n_neighborsinteger≥ 1Number of neighbors.
initstringInitialization type (see `uwot::umap` `init`).
metricstringDistance metric.
one of
"euclidean""cosine""manhattan""hamming""categorical"n_epochsinteger | null≥ 1Number of epochs. NULL = algorithm default.
learning_ratenumber≥ 0Learning rate.
scalebooleanScale input data before UMAP.
Relationships
Used by