Back Navigation Next Navigation Cluster Analysis (page 6 of 6)

With DBSCAN, a cluster satisfies two primary properties:

1) All points within the cluster are density-connected
2) If a point is density-reachable from some point of the cluster, it is part of the cluster as well.

Description

Customer Clustering Example and Solution Script