scikit-learn-contrib / hdbscan

A high performance implementation of HDBSCAN clustering.
http://hdbscan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.79k stars 500 forks source link

It isn't offered a mapping from the point to weight in the fit or fit_prediction ? #213

Open Kongaich opened 6 years ago

Kongaich commented 6 years ago

fit(X, y=None) fit_predict(X, y=None) without the weight map.

lmcinnes commented 6 years ago

Sorry I don't quite understand the question. Could you explain in a little more detail what you would like to see?

Kongaich commented 6 years ago

In sklearn.cluster.dbscan, its fit(X,y=None,Weight),the weight sometimes means the numbers of a points.But I can't find the function in hdbscan.

lmcinnes commented 6 years ago

hdbscan doesn't currently support weights, no. There is work in progress for this, but I haven't had time to properly review the pull request yet. Sorry.