Skip to content

@saehrimnir/druidjs / ParametersOptics

Interface: ParametersOptics

Defined in: clustering/index.js:36

Properties

PropertyTypeDescriptionDefined in
epsilonnumberThe minimum distance which defines whether a point is a neighbor or not.clustering/index.js:37
metricMetricThe distance metric which defines the distance between two points of the points. Default is euclideanclustering/index.js:39
min_pointsnumberThe minimum number of points which a point needs to create a cluster. (Should be higher than 1, else each point creates a cluster.)clustering/index.js:38
seednumberSeed for the random number generator used to select core distances. Default is 1212clustering/index.js:40