| Alternative 1 | |
|---|---|
| Accuracy | 72.8% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -9.2 \cdot 10^{+136}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq -1.4 \cdot 10^{+87}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -6.5 \cdot 10^{-71}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 1.7 \cdot 10^{+20}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]
