0

I know how to get list of clusters and their properties like population and characteristics.

SELECT NODE_NAME, NODE_CAPTION ,NODE_SUPPORT, NODE_DESCRIPTION
FROM TM_Clustering.CONTENT
WHERE NODE_TYPE = 5 AND NODE_SUPPORT > 1000

but I need to get a list of links between these clusters. links are shown in image bellow.

enter image description here

4

1 回答 1

0

我找到了解决方案:

CALL System.Microsoft.AnalysisServices.System.DataMining.Clustering.GetNodeGraph('ModelName',0)
于 2012-08-05T10:26:29.997 回答