| Alternative 1 | |
|---|---|
| Accuracy | 72.4% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -5.1 \cdot 10^{-101}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.8 \cdot 10^{-88}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;x \leq 1.3 \cdot 10^{-43}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.45 \cdot 10^{-19}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]