Skip to content

@saehrimnir/druidjs / ParametersUMAP

Interface: ParametersUMAP

Defined in: dimred/index.js:267

Properties

PropertyTypeDescriptionDefined in
_initial_alpha?numberThe initial learning rate for the optimization.dimred/index.js:278
_n_epochs?numberThe number of training epochs.dimred/index.js:277
_negative_sample_rate?numberThe number of negative samples per positive sample.dimred/index.js:276
_repulsion_strength?numberWeighting applied to negative samples.dimred/index.js:275
_set_op_mix_ratio?numberInterpolate between union and intersection.dimred/index.js:274
_spread?numberThe effective scale of embedded points.dimred/index.js:273
d?numberthe dimensionality of the projection.dimred/index.js:271
local_connectivity?numbernumber of nearest neighbors connected in the local neighborhood.dimred/index.js:269
metric?Metric | "precomputed"the metric which defines the distance between two points in the high-dimensional space.dimred/index.js:272
min_dist?numbercontrols how tightly points get packed together.dimred/index.js:270
n_neighbors?numbersize of the local neighborhood.dimred/index.js:268
seed?numberthe seed for the random number generator.dimred/index.js:279