Skip to content

@saehrimnir/druidjs / ParametersOptics

Interface: ParametersOptics

Defined in: clustering/index.js:35

Properties

PropertyTypeDescriptionDefined in
epsilonnumberThe minimum distance which defines whether a point is a neighbor or not.clustering/index.js:36
metricMetricThe distance metric which defines the distance between two points of the points. Default is euclideanclustering/index.js:38
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:37