Skip to content

@saehrimnir/druidjs / ParametersMDS

Interface: ParametersMDS

Defined in: dimred/index.js:77

Properties

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