dbTalk Databases Forums  

Association example?

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Association example? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Stijn Verrept
 
Posts: n/a

Default Association example? - 07-18-2006 , 04:47 AM






I have the following table:

Create table Sales (ID int not null, DateOfSale SmallDateTime not null,
CustomerID int not null, ProductID int not null)

Now I want to create a mining model that allows me to generate cross
sales suggestions to a customer.

How do I do this?

I create the mining model defining the sales table both as case and
nested table.

I use CustomerID as a key, and ProductID (in the nested table) as key,
input and prediction.

The model is created, but how can I afterward get for example the top 3
possibilities for a certain ID?

I found some DMX queries for that but they fail to work.


--
Thanks in advance,

Stijn Verrept.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.