In the original paper of oda, the criteria for damping value is:
$$\lambda_m = \begin{cases} 1, & c\le-s/2 \ -s/2c, & \text{otherwise} \end{cases}$$.
However, the code seems discrepent with the formula.
Is this a mistake or am I missing something here?