@saehrimnir/druidjs / ParametersUMAP
Interface: ParametersUMAP
Defined in: dimred/index.js:267
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
_initial_alpha? | number | The initial learning rate for the optimization. | dimred/index.js:278 |
_n_epochs? | number | The number of training epochs. | dimred/index.js:277 |
_negative_sample_rate? | number | The number of negative samples per positive sample. | dimred/index.js:276 |
_repulsion_strength? | number | Weighting applied to negative samples. | dimred/index.js:275 |
_set_op_mix_ratio? | number | Interpolate between union and intersection. | dimred/index.js:274 |
_spread? | number | The effective scale of embedded points. | dimred/index.js:273 |
d? | number | the dimensionality of the projection. | dimred/index.js:271 |
local_connectivity? | number | number 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? | number | controls how tightly points get packed together. | dimred/index.js:270 |
n_neighbors? | number | size of the local neighborhood. | dimred/index.js:268 |
seed? | number | the seed for the random number generator. | dimred/index.js:279 |