Each node’s possible output range is cut into k sections; testers ask what fraction of those sections fired on the test set. Which coverage measure is that?
Select an answer to reveal the explanation.
Short Explanation
Each node's possible output range cut into k sections, then asking what fraction of those sections fired, is k-multisection neuron coverage. That is sectioned activation coverage, distinct from a single threshold and distinct from neuron boundary coverage.
Full Explanation
kMNC slices each neuron’s range into k bins and asks which bins fired. It is not a single-threshold neuron-coverage figure, not NBC, and not a Chapter 6 technique.