wilianson / dmfa07

Automatically exported from code.google.com/p/dmfa07
0 stars 0 forks source link

DBSCAN.M #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi, I need your help.

I have downloaded your code DBSCAN.M and has renamed it in dbscan.m to use the 
code in Octave because I don't have Matlab.
Now I want to use the code on a dataset with 8 objects having 2 attributes. My 
file sees like that :
    1  2
    2  3
    4  5
    2  1
    3  4
    2  2
    1  3
    5  5
I think that this is the right codage for the file but when i will use your 
clusteringfigs as mention in your example, i receive always an error saying 
'clusteringfigs' undefined.

Can you help me and say me where the problems lies and how i can fix it?

Thanks

Original issue reported on code.google.com by claude.g...@gmail.com on 18 May 2011 at 1:01

GoogleCodeExporter commented 9 years ago
hi i am trying to implement the code in matlab only...however i am still 
finding an error saying 'clusteringfigs' undefined.

Can you help me and say me where the problems lies and how i can fix it?

Thanks

Original comment by sumaer...@gmail.com on 23 Sep 2011 at 5:37