Thank you Mr.Mueller Can you share any example sentence? I searched but found this link https://stackoverflow.com/questions/24560799/how-to-use-a-precomputed-distance-matrix-in-scikit-kmeans which says one cannot supply precomputed distance matric. the one kmean calculate precomputed matric that's for speed purpose, but that's too based on euclidean distance. thanks in advance
On Wed, Sep 4, 2019 at 2:41 AM Andreas Mueller <[email protected]> wrote: > There are many that allow "metric='precomputed'". > > > On 9/2/19 10:06 AM, Safi Ullah Marwat wrote: > > Dear List, > Is there any clustering algorithm, which is based on correlation > coefficient instead of Euclidean/Manhattan distance? > > Regards > > _______________________________________________ > scikit-learn mailing > [email protected]https://mail.python.org/mailman/listinfo/scikit-learn > > > _______________________________________________ > scikit-learn mailing list > [email protected] > https://mail.python.org/mailman/listinfo/scikit-learn >
_______________________________________________ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listinfo/scikit-learn
