Apply the fitted train-only scale to the train rows.
highlighted = computed this step
Scale row A with the train fit
Row A scales to 0 because it equals the train-only minimum.
100−0=0
Scale row B with the train fit
Row B scales to 1 because it equals the train-only maximum.
1010−0=1
The train rows define the scale
The train-only fit maps A to 0 and B to 1.
A↦0,B↦1