all groups > sql server data mining > june 2006 >
You're in the

sql server data mining

group:

CALL System.Microsoft.AnalysisServices.System.DataMining.Clustering.GetClusterCharacteristics


CALL System.Microsoft.AnalysisServices.System.DataMining.Clustering.GetClusterCharacteristics anonymous_user NO[at]SPAM sqlserverdatamining.com
6/16/2006 1:00:24 AM
sql server data mining:
I did a trace while using the data mining viewers and this MDX is what it's running to get the cluster characteristics:

CALL System.Microsoft.AnalysisServices.System.DataMining.Clustering.GetClusterCharacteristics('Customer Clusters','',0.0005)

The following DMX is somewhat close:

select flattened node_distribution FROM [Customer Clusters].CONTENT where node_name = '000'

RE: CALL System.Microsoft.AnalysisServices.System.DataMining.Clustering.GetClusterCharacteristics jamiemac NO[at]SPAM online.microsoft.com
6/17/2006 10:00:24 PM
GetClusterCharacteristics gives a probability distribution for a continuous range, while the content query returns the mean and deviation for the continuous value in the cluster
[quoted text, click to view]
AddThis Social Bookmark Button