A one-split tree is used by following the displayed branch to a leaf. This lesson shows that path and the exact leaf vote share.
Start at the root
The new row has Feature A on the left branch. The route is read from the same root split chosen earlier.
Feature A→left
Read the routed leaf
The left leaf contains counts [2,1]. Its majority class is positive with exact vote share 2/3.
left leaf=[2,1],vote=2/3
Contrast the other leaf
The right leaf stays visible as a contrast: counts [1,2] give negative majority with vote share 2/3. This is one displayed route only.
right leaf=[1,2],vote=2/3