@saehrimnir/druidjs / ParametersOptics
Interface: ParametersOptics
Defined in: clustering/index.js:35
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
epsilon | number | The minimum distance which defines whether a point is a neighbor or not. | clustering/index.js:36 |
metric | Metric | The distance metric which defines the distance between two points of the points. Default is euclidean | clustering/index.js:38 |
min_points | number | The 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 |