| Alternative 1 | |
|---|---|
| Accuracy | 72.2% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.4 \cdot 10^{-5}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 5.1 \cdot 10^{-145}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;x \leq 2.4 \cdot 10^{-77}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 4.9 \cdot 10^{+48}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]