| Alternative 1 | |
|---|---|
| Accuracy | 70.8% |
| Cost | 1248 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0011:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq -1.5 \cdot 10^{-49}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;x \leq -2.5 \cdot 10^{-117}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 7.8 \cdot 10^{-66}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;x \leq 1.4 \cdot 10^{-48}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.6 \cdot 10^{+16}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;x \leq 7.8 \cdot 10^{+67}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 2.8 \cdot 10^{+138}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]