Re: Implementing ASP.NET to get the result of the Data Mining
- From: "Bogdan Crivat [MSFT]" <bogdanc@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Feb 2006 10:28:55 -0800
VS 2003, uses Microsoft .Net Framework 1.1 and the AdomdClient assembly is
built for .Net Framework 2.0.
You should either use VS 2005 or, inside VS 2003, use OLE DB:
System.Data.OleDb.OleDbConnection with a connection string like
"Provider=MSOLAP; Data Source=<your server>; Initial Catalog=<Your Catalog>"
Then, System.Data.OleDb.OleDbCommand etc.
--
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. It is for newsgroup
purposes only.
thanks,
bogdan
"miyakejess" <miyakejess@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:83E59DE3-DB25-41CB-B783-124F559E881C@xxxxxxxxxxxxxxxx
Thank you for your reply =)
I have installed the SQL Server 2005. But when I Try to add the references
"Microsoft.AnalysisServices.AdomdClient.dll"
It said I cannot add it as "this is not a valid assembly or com component.
Only assembly extension dll and com can be added......"
Actually, I am using MS visual studio 2003. Is it the reason of the error?
Could you help me more?
Thank you very much!
"Bogdan Crivat [MSFT]" wrote:
As Zulfiqar mentioned, we have lots of documentation on this subject (
and
this article contains step-by-step information:
http://www.aspnetpro.com/newsletterarticle/2004/10/asp200410ri_l/asp200410ri_l.asp)
It is possible to do this with SQL Server 2000 using Microsoft Decision
Trees instead of Association Rules. AR is optimized for this kind of
problems, so training will be much faster. Also, AR will scale better
with
huge product catalogs. However, Decision Trees can be used over the same
kind of mining model (same inputs and outputs).
--
--
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Please do not send email directly to this alias. It is for newsgroup
purposes only.
thanks,
bogdan
"ZULFIQAR SYED" <DRSQLnospam2005@xxxxxxxxxxx> wrote in message
news:B6BA22ED-D6C5-40F9-B3FB-FC8E82FBF348@xxxxxxxxxxxxxxxx
I mostly familiar with sql server 2005 and you could easily do it in sql
server 2005 at the back end and adomd.net on the front end. There are
plenty
of examples in Jamie/Zhao book DATA MINING SQL SERVER 2005. In sql
server
2005 you could use association algorithm for that.
But if you must use sql server 2000 then good luck with that otherwise
this
would be a much easier solution using 2005.
Let me know if you have any more questions on this.
SQLSERVERDATAMINING.COM
also has some great tutorials and exercises on related issues.
--
http://zulfiqar.typepad.com
BSEE, MCP
"miyakejess" wrote:
And sorry For All that, I would like to implement it by using SQL
server
2000.
"miyakejess" wrote:
Dear All,
Help. I am a beginner of implementing Data mining program.
Now, I would like to find a the result that
when someone buy product A, they mostly will buy product B and C
too,
so that I am implementing something related to the Association
Rules?
But I don't know what tools, software to implement?
And futhermore, i don't know how to start up my program.
I will use VB to implement my webpage.
Do anybody help me? I am quite urgent on it!
Please help me.
one thousands of Thanks!
.
- Follow-Ups:
- Re: Implementing ASP.NET to get the result of the Data Mining
- From: miyakejess
- Re: Implementing ASP.NET to get the result of the Data Mining
- References:
- Re: Implementing ASP.NET to get the result of the Data Mining
- From: Bogdan Crivat [MSFT]
- Re: Implementing ASP.NET to get the result of the Data Mining
- From: miyakejess
- Re: Implementing ASP.NET to get the result of the Data Mining
- Prev by Date: Re: datatype
- Next by Date: Re: difference between standard and enterprise edition
- Previous by thread: Re: Implementing ASP.NET to get the result of the Data Mining
- Next by thread: Re: Implementing ASP.NET to get the result of the Data Mining
- Index(es):
Relevant Pages
|
Loading