LR(x)=p(x∣s=2)p(x∣s=1)>θ⇒Decide for s=1, else for s=2.
Variants of the threshold:
Maximum Likelihood Decision
θ=1
Here if the probability $p(\textbf x|s=1)$ greater than the denominator. The threshold has to be greater than one. This is same as choosing making a classification based on which classification has a higher probability.
Bayes Decision
θ=P(s=1)P(s=2)
Here we make use of the Priors. Thus if we already know that a particular classification is more probable, we can use this knowledge to essentially weight the threshold $\theta$.
*Note: Since we define $LR$ to be greater than $\theta$, you want it to be smaller for a preferable classification, hence the ratio is flipped.*