Re: [Scikit-learn-general] Demo DBSCAN

2011-12-04 Thread María Helena Mejía Salazar
Thank you ! On Sun, Dec 4, 2011 at 2:30 PM, Robert Layton wrote: > > On 3 December 2011 23:47, Olivier Grisel wrote: > >> 2011/12/2 María Helena Mejía Salazar : >> > Hi, >> > >> > I modified a little bit the program of demo dbscan (plot_dbscan.py). I >> am >> > using just distance (no similarit

Re: [Scikit-learn-general] Demo DBSCAN

2011-12-04 Thread Robert Layton
On 3 December 2011 23:47, Olivier Grisel wrote: > 2011/12/2 María Helena Mejía Salazar : > > Hi, > > > > I modified a little bit the program of demo dbscan (plot_dbscan.py). I > am > > using just distance (no similarities) and I am having bad results. There > are > > just 5 points, I changed th

Re: [Scikit-learn-general] Demo DBSCAN

2011-12-03 Thread Olivier Grisel
2011/12/2 María Helena Mejía Salazar : > Hi, > > I modified a little bit the program of demo dbscan (plot_dbscan.py).  I am > using just distance (no similarities) and I am having bad results. There are > just 5 points, I changed  the eps as the minimum distance between  the > points and the number

[Scikit-learn-general] Demo DBSCAN

2011-12-02 Thread María Helena Mejía Salazar
Hi, I modified a little bit the program of demo dbscan (plot_dbscan.py). I am using just distance (no similarities) and I am having bad results. There are just 5 points, I changed the eps as the minimum distance between the points and the number of minimun points are 2 since this is what I req