Skip to content

@saehrimnir/druidjs / ParametersISOMAP

Interface: ParametersISOMAP

Defined in: dimred/index.js:41

Properties

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