Skip to content

@saehrimnir/druidjs / ParametersUMAP

Interface: ParametersUMAP

Defined in: dimred/index.js:149

Properties

PropertyTypeDescriptionDefined in
_initial_alpha?numberThe initial learning rate for the optimization.dimred/index.js:160
_n_epochs?numberThe number of training epochs.dimred/index.js:159
_negative_sample_rate?numberThe number of negative samples per positive sample.dimred/index.js:158
_repulsion_strength?numberWeighting applied to negative samples.dimred/index.js:157
_set_op_mix_ratio?numberInterpolate between union and intersection.dimred/index.js:156
_spread?numberThe effective scale of embedded points.dimred/index.js:155
d?numberthe dimensionality of the projection.dimred/index.js:153
local_connectivity?numbernumber of nearest neighbors connected in the local neighborhood.dimred/index.js:151
metric?Metric | "precomputed"the metric which defines the distance between two points in the high-dimensional space.dimred/index.js:154
min_dist?numbercontrols how tightly points get packed together.dimred/index.js:152
n_neighbors?numbersize of the local neighborhood.dimred/index.js:150
seed?numberthe seed for the random number generator.dimred/index.js:161