Hi All,
Just wante to know how can we identify the number of clusters in fastclus apart from the market and business understanding.
Thanks in Advance.
sriram1
The OUT= data set will have a variable, Cluster by default naming, indentifying each record's assigned cluster.
One simple way is to run Proc freq on the out= dataset and the cluster variable. That will show the number of clusters and how many records were assigned to each cluster.
That is a tough question have not been solved by now yet. You'd check the sas documentation of Cluster Analyst . In sas documentation ,one way is to use the kth nearest cluster. But My proposal is using Primary Component Analysis to get two Primary Component , And plot these high dimension data into two dimension scatter point based on these two Primary Component , and you can roughly see what number of clusters you should take.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.