Naive Bayes starts with integer class counts, not fitted coefficients. This lesson fixes the class totals that every later ratio must reuse.
Counts before formulas
The shown data have class A count 4 and class B count 2. The total row count is 6.
count(A)=4,count(B)=2
Why counts are enough here
This surface starts from integer class counts. Later fractions are ratios formed from these displayed integers.
integer counts become exact ratios
Summary
No feature evidence is used yet. The first boundary is the displayed count table itself.
class counts fixed