This is the first time I have run into this problem. My MSSQL is as follows:
SELECT p.name, r.res_id, py.payment_total, sum(py.payment_total) AS
payment_net
FROM bat_packs p INNER JOIN bat_res r ON p.pack_id = r.pack_id INNER JOIN
bat_payments py ON r.res_id = py.res_id
WHERE r.res_id = 119...
more >>
Dear All,
I want to know the basic algorithm which is used in Microsoft time series algorithm. And also I need some clarification of the different parameters that we can specify with the basic algorthm (which are in the "set Algorithm Parameters "). I would be thank you if you can send me these inf...
more >>
Hi,
I'm looking the AdventureWorksDW example and decision tree generated
by the decision three algorithm. I want to know how to discretize in a
countinous attribute Age in distinct groups. I've seen an algorithm
based on entropy that splits in two groups, may be similar testing
with 1, 2, 3, .....
more >>