Groups | Blog | Home
all groups > sql server data mining > october 2004 >

sql server data mining : Report Generation.


saomot2000
10/21/2004 6:29:02 AM
Hi Fellows,
It's been quite sometime!
Please I need your help as regards SQL Server 2000's Analysis Manager.
After creating a mining model and browsing it, I want to generate a
report-like detail of the rules on which the classification was made by the
Analysis Manager.
The model was created based on Decision Tree algorithm.
Jamie MacLennan (MS)
10/21/2004 10:11:05 AM
To get the content of a tree model in rowset form you can issue the query
"SELECT * FROM <modelname>.CONTENT" - if you need a tool to issue queries,
check out the DMSample application at
http://groups.msn.com/AnalysisServicesDataMining

The Node_Description column of the content provides human readable rules
that you can usen - you could simply issue the statement "SELECT
NODE_DESCRIPTION FROM <modelname>.CONTENT" as a reporting services source
query and see what you get.

If you provide more details we will be able to give more specific help -
e.g. do you want all rules, the most probable for a certain outcome, etc.
etc.

--

-Jamie MacLennan
SQL Server Data Mining
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view]

Peter Kim [MS]
10/21/2004 10:57:57 AM
A sample file using SQL Server Reporting Services for SQL Server 2000 Data
Mining is also available in "File" section of
http://groups.msn.com/AnalysisServicesDataMining/.

--
Peter Kim
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

saomot2000
10/25/2004 4:05:02 AM
Thanks Jamie & Peter,
I appreciate your response.
I have checked the link provided but the content of the link has been moved
to a new site. After searching for such content as you recommended and found
none from the new site, I decide to beckon on you again for help with regards
to the content that has details on my previous request.
Please kindly provide me with a url that has the content on report
generation for Analysis Manager models.
Thank you.

[quoted text, click to view]
saomot2000
10/25/2004 8:09:01 AM
Hi Jamie,

Thanks for your reply.
From where can I run the query you gave above("SELECT * FROM
<modelname>.CONTENT")...Query Analyzer, EM, or ...?

In answer to your question on my being more specific, I want all the rules
and the most probable for a certain outcome reports.
I will also appreciate it if you can give me another url handle to this
http://groups.msn.com/AnalysisServicesDataMining because
http://groups.msn.com/AnalysisServicesDataMining has been relocated and I did
not find the content you directed me to.

Thanks.



[quoted text, click to view]
Peter Kim [MS]
10/25/2004 12:19:17 PM
That's strange. The link didn't move to a new web site.

--
Peter Kim
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

saomot2000
11/1/2004 3:44:05 AM
Thanks Peter,
I must have ignored the "file" link before now, but I have seen the file and
I'm impressed.
I am grateful.

[quoted text, click to view]
Raman Iyer [MS]
11/1/2004 11:04:04 PM
You can also find the sample at
http://www.sqlserverdatamining.com/DMCommunity/SQLServer2000/default.aspx.

--
Raman Iyer
SQL Server Data Mining
[Please do not send email directly to this alias. This alias is for
newsgroup purposes and is intended to prevent automated spam. This posting
is provided "AS IS" with no warranties, and confers no rights.]
..

[quoted text, click to view]

AddThis Social Bookmark Button