p********0 发帖数: 186 | 1 Hi,
I have the following question and wonder if anyone have some input?
INPUT
(X1, X2, X3,,,XN)
each data point X1 compose of 3 variables (v1, v2, v3) variables are
continusous like (1.5, 1.3, -0.3),
Then I have flag for (X1, X2, X3, ..., XN),
(1, 0, 1, ..0) to indicate a property of X,
assume Result (1 or 0) = (Av1 + Bv2 + Cv3) > threshold,
how do I estimate paramter A, B, and C?, Can I use E-M algorithm etc?
Thanks |
|