RE: DMX Content Query



You could call the stored procedure used by the cluster viewers.
I'd suggest:
- start the Profiler
- launch the Cluster viewer
- choose the Discrimination panel and display discimination between one cluster and its complement
- extract from the Profiler the stored procedure call (CALL .. GetClusterCharacteristics(...))
- call that procedure in your code to get the most significant attributes for the current cluster.


Hope this helps
bogdan


hi all,

I want to write a content query against my Clutsering model...
I have figured out smt like this:
SELECT FLATTENED
(SELECT ATTRIBUTE_NAME, ATTRIBUTE_VALUE, [SUPPORT], [PROBABILITY]
FROM NODE_DISTRIBUTION ) AS d
FROM PersonelCluster1MM.CONTENT
WHERE Node_Type = 5 AND NODE_CAPTION = 'Cluster 1'

But, what I really want to do is to get a list of clusters together with the
most important attributes contributing to that cluster.
I tried to use 'top 10' and 'order by Probability', but it gives errors,
either says options are not allowed in sub-select, or smt like that...

Is there any idea or any resource explaining how to make content querires in
depth...
Thanks...


.



Relevant Pages

  • Re: Clustered Index question
    ... If you cluster just on ... I'd still keep the primary key. ... Columnist, SQL Server Professional ... the database is the ones in the Stored Procedure, ...
    (microsoft.public.sqlserver.programming)
  • Re: Oracle RAC Stored Procedure scalability
    ... Just wonder how the oracle rac facilitate the stored procedure ... procedure call on different members of cluster. ... separate network is needed for RAC ...
    (comp.databases.oracle.server)
  • Re: Oracle RAC Stored Procedure scalability
    ... Just wonder how the oracle rac facilitate the stored procedure ... procedure call on different members of cluster. ...
    (comp.databases.oracle.server)
  • Oracle RAC Stored Procedure scalability
    ... Just wonder how the oracle rac facilitate the stored procedure ... procedure call on different members of cluster. ...
    (comp.databases.oracle.server)
  • Re: SMT on IBM Power5+
    ... There is no special document for POWER5+. ... difference to POWER5 with SMT. ... I did some benchmarking on a P5+ cluster last fall, ... Are there any public benchmarks that I can run to demonstrate the ...
    (comp.unix.aix)