@saehrimnir/druidjs / ParametersOptics
Interface: ParametersOptics
Defined in: clustering/index.js:36
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
epsilon | number | The minimum distance which defines whether a point is a neighbor or not. | clustering/index.js:37 |
metric | Metric | The distance metric which defines the distance between two points of the points. Default is euclidean | clustering/index.js:39 |
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:38 |
seed | number | Seed for the random number generator used to select core distances. Default is 1212 | clustering/index.js:40 |