ReplaceNonfinite¶
Replace NaN, +Inf and -Inf values by substitution values, and optionally clip very large finite values to a min/max range.
Version 2.2.0
Ports/Properties¶
data¶
Data to process.
replace_nan¶
Replace NaN values by this value.
replace_posinf¶
Replace Inf values by this value.
replace_neginf¶
Replace -Inf values by this value.
max¶
Clip large positive or negative (but finite) values to +/- this value. If this set to None or 0, this step will not be performed.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.