The linear score is an exact weighted combination of input and bias. Every score in the table is recomputed from displayed rational values.

highlighted = computed this step

The score formula

The score is z=w x+b. Here w=1 and b=-2.

z=1x2z=1\cdot x-2
Exact linear scoresEach score is recomputed from displayed w, b, and x.Classifier score tablexzdecision0-201-10201311

Why this is exact

The score is a weighted combination of the displayed input and bias. Each z value is a rational number, so no named boundary is needed yet.

zi=wxi+bz_i=w x_i+b
Exact linear scoresEach score is recomputed from displayed w, b, and x.Classifier score tablexzdecision0-201-10201311

Summary

The recomputed scores are -2, -1, 0, and 1.

z=2,1,0,1z=-2,-1,0,1
Exact linear scoresEach score is recomputed from displayed w, b, and x.Classifier score tablexzdecision0-201-10201311