Skip to content

@saehrimnir/druidjs / ParametersSAMMON

Interface: ParametersSAMMON<K>

Defined in: dimred/index.js:93

Type Parameters

Type ParameterDescription
K extends keyof ChooseDR

Properties

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