Discussion:
Singleton query with same results
(too old to reply)
Robson Luiz
2008-03-07 16:25:01 UTC
Permalink
hello

i have the follow dmx query

SELECT FLATTENED

Predict([Sale],5) AS Suggestions

FROM [Ticket_Model]

NATURAL PREDICTION JOIN

(SELECT (SELECT '32135' AS [Product Id]) AS [Sale]) AS NewSale

Strange but if a change the Product Id for new suggestions i always get same results..

Using Dependency Network i see right results..

I know there is a way to filter null match.

Any help?

Best

Robson
Dejan Sarka
2008-03-22 07:34:10 UTC
Permalink
Robson,

I would suggest you to check the predictions using some other data, like
AdventureWorks demo data, as well. I guess you are talking about Association
Rules, right? I could get expected results with demo data. However, if you
could repeat the problem, maybe you could use MS support?
--
Dejan Sarka
http://blogs.solidq.com/EN/dsarka/default.aspx

"Robson Luiz" <***@yahoo.com.br> wrote in message news:***@TK2MSFTNGP02.phx.gbl...
hello

i have the follow dmx query

SELECT FLATTENED
Predict([Sale],5) AS Suggestions
FROM [Ticket_Model]
NATURAL PREDICTION JOIN
(SELECT (SELECT '32135' AS [Product Id]) AS [Sale]) AS NewSale
Strange but if a change the Product Id for new suggestions i always get same
results..
Using Dependency Network i see right results..
I know there is a way to filter null match.
Any help?
Best
Robson
Continue reading on narkive:
Loading...