Quantcast

stopping rule in hierarchical Clustering

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

stopping rule in hierarchical Clustering

eliza botto

Dear R users,

Is there a way to apply a “stopping
rule” in hierarchical Clustering? I have a data and I want to find the optimal
number of clusters while doing hierarchical clustering. I would be deeply obliged
if someone, whoever applied stopping rule, could send me the scripts. thanks in advance

Regards

Eliza botto    
        [[alternative HTML version deleted]]


______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: stopping rule in hierarchical Clustering

Uwe Ligges-3


On 11.08.2012 06:19, eliza botto wrote:
>
> Dear R users,
>
> Is there a way to apply a “stopping
> rule” in hierarchical Clustering? I have a data and I want to find the optimal
> number of clusters while doing hierarchical clustering. I would be deeply obliged
> if someone, whoever applied stopping rule, could send me the scripts. thanks in advance

There are hundreds of such rules to find a proper number of clusters for
a given data situation. We do not know which one fits to your data,
hence you will have to start reading some books and papers on the topic.
A good keyword to start is probably "cluster index".

Best,
Uwe Ligges






> Regards
>
> Eliza botto  
> [[alternative HTML version deleted]]
>
>
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Loading...