| Alternative 1 | |
|---|---|
| Accuracy | 97.7% |
| Cost | 456 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0175:\\
\;\;\;\;7.787037037037037 \cdot x\\
\mathbf{elif}\;x \leq 0.018:\\
\;\;\;\;0.13793103448275862\\
\mathbf{else}:\\
\;\;\;\;7.787037037037037 \cdot x\\
\end{array}
\]