The threshold uses the sign of the exact score. The boundary is where the score is zero, and the diagram shows that point directly.
highlighted = computed this step
The threshold rule
Class 1 is chosen exactly when z is at least 0; otherwise class 0 is chosen.
z≥0⇒1
Why the boundary is exact
The boundary is the point where z=0. Which side a point is on is determined by the sign of z.
z=0 is the boundary
Decision thresholdThe exact z sign and the z equals zero boundary determine the class decision.Classifier score tablexzdecision0-201-10201311Decision boundaryThe exact point where the score is zero.ABCDz=0
Summary
The decisions 0, 0, 1, and 1 match the shown labels. No sigmoid value was needed for this exact decision.
sign(z) decides the class
Decision thresholdThe exact z sign and the z equals zero boundary determine the class decision.Classifier score tablexzdecision0-201-10201311Decision boundaryThe exact point where the score is zero.ABCDz=0