Skip to content

@saehrimnir/druidjs / ParametersISOMAP

Interface: ParametersISOMAP

Defined in: dimred/index.js:48

Properties

PropertyTypeDescriptionDefined in
d?numberthe dimensionality of the projection.dimred/index.js:50
eig_args?Partial<EigenArgs>Parameters for the eigendecomposition algorithm.dimred/index.js:54
metric?Metricthe metric which defines the distance between two points.dimred/index.js:51
neighbors?numberThe number of neighbors ISOMAP should use to project the data.dimred/index.js:49
project?"MDS" | "SMACOF"Whether to use classical MDS or SMACOF for the final DR.dimred/index.js:52
seed?numberthe seed for the random number generator.dimred/index.js:53