It must be just conditional execution..
if (expr_1) expr_2 else expr_3
here dec must be a binary variable.
Hello,
I was reading a code someone wrote for Isotonic Regression, in one of the lines it say: if (dec ) .....
what does it means ? I couldn't find the function dec anywhere...
It must be just conditional execution..
if (expr_1) expr_2 else expr_3
here dec must be a binary variable.
In the long run, we're all dead.
the command is:
if (dec) y=-y
but the thing is, it ain't working !!
You have to be some more detail.
This could be. If Dec variable is true then assign y = -y
In the long run, we're all dead.
|
|