I have some data and also the pairwise distance matrix of these data
points. I want to cluster them using Agglomerative clustering. I readthat
in sklearn, we can have 'precomputed' as affinity and I expect it is the
distance matrix. But I could not find any example which uses precomputed
affinity and a custom distance matrix.
Any help will be highly appreciated.
Best,
-Noushin
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to