SSAS Clustering Model - How to get all contents belonging to a cluster generated by the clustering mining model

Answered SSAS Clustering Model - How to get all contents belonging to a cluster generated by the clustering mining model

  • Thursday, July 19, 2012 2:58 PM
     
     

    Hi,

    Can someone help me in finding the members of a clusters generated by the clustering algorithm.

    Thanks,

    GuniS

All Replies

  • Saturday, July 21, 2012 1:02 AM
    Answerer
     
     Answered
    If you want to see to what cluster each row in the training data belongs:
    1. enable drillthrough on the model
    2. reprocess the model
    3. open model viewer, right click on a cluster and select "Drill Through" to see rows that belong to the cluster.

    If you want to assign rows to clusters where rows are not in the training data, then you need to execute query to predict what cluster the row belongs to. Look here to get help with the query http://msdn.microsoft.com/en-us/library/cc280440.aspx 

    Tatyana Yakushev [PredixionSoftware.com]

  • Tuesday, July 24, 2012 10:37 AM
     
     

    Thanks Tatyana,

    It worked for me.