Icon

dbscan

Options

feature selection
features to cluster on
eps
The maximum distance between two samples for one to be considered as in the neighborhood of the other. This is not a maximum bound on the distances of points within a cluster. This is the most important DBSCAN parameter to choose appropriately for your data set and distance function.%%00010%%00010
min_samples
The number of samples (or total weight) in a neighborhood for a point to be considered as a core point. This includes the point itself.
metric
The metric to use when calculating distance between instances in a feature array. If metric is a string or callable, it must be one of the options allowed by sklearn.metrics.pairwise_distances for its metric parameter. If metric is “precomputed”, X is assumed to be a distance matrix and must be square. X may be a Glossary, in which case only “nonzero” elements may be considered neighbors for DBSCAN

Input Ports

Icon
No description for this port available.

Output Ports

Icon
No description for this port available.
Icon
No description for this port available.

Nodes

Extensions

Links