| Alternative 1 | |
|---|---|
| Accuracy | 72.9% |
| Cost | 976.00 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq -1.85 \cdot 10^{-116}:\\
\;\;\;\;1\\
\mathbf{elif}\;y \leq -8.5 \cdot 10^{-132}:\\
\;\;\;\;-1\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{-90}:\\
\;\;\;\;1 + 2 \cdot \frac{y}{x}\\
\mathbf{else}:\\
\;\;\;\;-1\\
\end{array}
\]