Skip to content

@saehrimnir/druidjs / ParametersMDS

Interface: ParametersMDS

Defined in: dimred/index.js:130

Properties

PropertyTypeDescriptionDefined in
d?numberthe dimensionality of the projection.dimred/index.js:131
eig_args?Partial<EigenArgs>Parameters for the eigendecomposition algorithm.dimred/index.js:134
metric?Metric | "precomputed"the metric which defines the distance between two points.dimred/index.js:132
seed?numberthe seed for the random number generator.dimred/index.js:133