| Alternative 1 | |
|---|---|
| Accuracy | 73.4% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.3 \cdot 10^{+150}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;y \leq -2.3 \cdot 10^{+123}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -6.4 \cdot 10^{+33}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;y \leq 4.1 \cdot 10^{-11}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.002\\
\end{array}
\]