Re: [scikit-learn] CLUSTER ANALYSIS AND THE SEARCH OF A SAMPLE MODE

2023-09-18 Thread Ulderico Santarelli
in addition, *the distance I'm using is not a dogma*. It is meant to avoid the "black holes syndrome" that would emerge using the sheer Newtonian distance when by chance two points are too near. When the distance is 0, exp(-|w-x|) would be 1 and is set to 0. I tried also exp{-|w-x|^2) but changes

Re: [scikit-learn] CLUSTER ANALYSIS AND THE SEARCH OF A SAMPLE MODE

2023-09-18 Thread Jaime Lopez
Hi, Same error, maybe it could be related to the database I got from github (iris.xlsx), could you share yours?. [image: image.png] JL On Mon, Sep 18, 2023 at 1:57 AM Ulderico Santarelli < ulderico.santare...@gmail.com> wrote: > *I think it better to send you the script in its integrity. I ran

Re: [scikit-learn] CLUSTER ANALYSIS AND THE SEARCH OF A SAMPLE MODE

2023-09-18 Thread Ulderico Santarelli
of course. Here it is Il giorno lun 18 set 2023 alle ore 18:10 Jaime Lopez ha scritto: > Hi, > > Same error, maybe it could be related to the database I got from github > (iris.xlsx), could you share yours?. > > [image: image.png] > > JL > > On Mon, Sep 18, 2023 at 1:57 AM Ulderico Santarelli <