Skip to content

@saehrimnir/druidjs / ParametersSAMMON

Interface: ParametersSAMMON<K>

Defined in: dimred/index.js:174

Type Parameters

Type ParameterDescription
K extends keyof ChooseDR

Properties

PropertyTypeDescriptionDefined in
d?numberthe dimensionality of the projection.dimred/index.js:175
init_DR?KEither "PCA" or "MDS", with which SAMMON initialiates the projection.dimred/index.js:177
init_parameters?ChooseDR[K]Parameters for the "init"-DR method.dimred/index.js:178
magic?numberlearning rate for gradient descent.dimred/index.js:179
metric?Metric | "precomputed"the metric which defines the distance between two points.dimred/index.js:176
seed?numberthe seed for the random number generator.dimred/index.js:180