Description
Describe the issue linked to the documentation
I find the description of the min_samples
argument in sklearn.cluster.HDBSCAN confusing.
It says "The number of samples in a neighborhood for a point to be considered as a core point. This includes the point itself."
But if I understand everything correctly min_samples
corresponds to the min_points
)
I don't understand how both of these descriptions are equivalent. I would assume that other people might find that confusing as well.
Link in Code:
scikit-learn/sklearn/cluster/_hdbscan/hdbscan.py
Lines 441 to 444 in 8721245
Link in Documentation: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html#sklearn.cluster.DBSCAN
Suggest a potential alternative/fix
No response