| Alternative 1 | |
|---|---|
| Accuracy | 73.4% |
| Cost | 984 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.4 \cdot 10^{+28}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq -8.5 \cdot 10^{-19}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq -7.8 \cdot 10^{-63}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 3.6 \cdot 10^{-120}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 2.05 \cdot 10^{-83}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 10^{-46}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]