In binary classification, we usually take our label $t$ as a number, that is either $\{-1, +1\}$ or $\{0, 1\}$.
But practically speaking, it can be any number: $\{1, 2\}$ for instance also makes intuitive sense, item $1$ or item $2$.
But does such choice affect learning algorithm or learning theory itself?