Dichotomize Values by Threshold¶
Function¶
Perform a value judgment on each input list item based on a set threshold.
Usage Scenario¶
If a value in the list is less than or equal to the corresponding threshold, the corresponding item in the output list will be True; otherwise, it will be False. This Step is usually used with Filter.