| Alternative 1 | |
|---|---|
| Accuracy | 73.4% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -8.2 \cdot 10^{+154}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq -2.3 \cdot 10^{+123}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -3.6 \cdot 10^{+33}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 9 \cdot 10^{-10}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]