BookmarkSubscribeRSS Feed
saadgill
Calcite | Level 5

Hello,

 

I have a transnational data from which Im making customer segments through k-means clustering, agglomerative hierarchical clustering and Kohnen Self Organising Map on SAS Enterprise Miner 14.2 . My questions is i want to compare these methods as which one has produced the best segments. Can somebody suggest me some measures available on SAS Miner through which i can compare these methods in terms of performance, distance measures  or segment results ?

Thank you.

 

 

4 REPLIES 4
Reeza
Super User
Do you have some metric that tells you what the 'correct segments' are?
saadgill
Calcite | Level 5
No, actually this is what i really want to know that on what metrics should i measure my segments for each method ?
Ksharp
Super User

You can do Analysis of Variance .

In SAS/STAT,  PROC GLM can do that. I am not sure which node in EM you can refer to .

RalphAbbey
SAS Employee

As mentioned previously, you can do an analysis of variance. I don't know if there is an Enterprise Miner node that does this either, but you can use the SAS code node to run the PROC GLM.

 

In general it can be hard to determine "best" clusters/segments. There are multiple measures, but some of them don't compare across types of clustering methods (centroid based vs hierarchical based). Ultimately it may be worth trying all the clustering methods, and then computing your analysis on each set. If your analysis is better on one set of segments/clusters than another, then that could be one way to determine "best."

 

If you're looking at the results of a final modeling, then you might need to consider a holdout set so that you're not biased in determining your best clusters. Ultimately approaching the definition of "best" in this way ties the definition of best clusters to the ultimate modeling results that you're looking for.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1108 views
  • 0 likes
  • 4 in conversation