Robson Luiz
2008-03-07 16:25:01 UTC
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
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