Re: [R] Help me in cluster

2015-09-11 Thread Sarah Goslee
Please reply to the list, not just me. I've added the list address to my own reply. On Fri, Sep 11, 2015 at 11:04 AM, Ghada Almousa wrote: > If you don't help me , why put help and subscription > this is not a homework it's question I searched in the web but there is > no answer The participa

Re: [R] Help me in cluster

2015-09-11 Thread Sarah Goslee
Repeating your post won't help. Writing a good question with sample data and the code you've tried, as well as describing your *specific* difficulties will. Without a reproducible example that includes some sample data provided using dput() (fake is fine), the code you used, and some clear idea of

Re: [R] Help me in cluster

2015-09-11 Thread Ghada Almousa
On Tuesday, September 8, 2015, Ghada Almousa wrote: > I have project to study and analysis clusters algorithm in R > "K-mean, Hierarchical, Density based and EM" > I want to calculate > Cluster instance , number of iteration , sum of squared error SSE and the > accuracy for each cluster algorithm

[R] Help me in cluster

2015-09-08 Thread Ghada Almousa
I have project to study and analysis clusters algorithm in R "K-mean, Hierarchical, Density based and EM" I want to calculate Cluster instance , number of iteration , sum of squared error SSE and the accuracy for each cluster algorithms that i mention above And the log likelihood for EM and DBSCAN