Hello All,
I'd like to learn if there is a scoring statement for Proc Custer?
so after I determine the Proc Cluster segment rules, I'd like to apply the "rules" (restuls from outtree=?) onto new dataset (same people with diffrent X generated with seperate time) to see if the cluster memmebrship stays the same.
Is there any "scoring codes" for doing this work?
thank you for your help in advance!
Look at proc fastclus with options outstat= and instat=. First step, do the clustering on original dataset and output cluster statistics with outstat=. Second step, call proc fastclus again with another dataset and use option instat= to bring back the cluster definitions produced with the original dataset. The second step does assignment only.
Look at proc fastclus with options outstat= and instat=. First step, do the clustering on original dataset and output cluster statistics with outstat=. Second step, call proc fastclus again with another dataset and use option instat= to bring back the cluster definitions produced with the original dataset. The second step does assignment only.
I'd like to know the scoring procedure specifically for Proc Cluster. thank you!
so is there no way to score after "model building" by proc cluster?
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.