AdaptiveThreshold¶
Calculate adaptive threshold.
Calculate threshold based on the following equation: Th = MED + alpha x MAD x 1.4826, where MED is the median of the given data, MAD is median absolute deviation, and alpha and beta are constant. The default values for alpha and beta based on [1] set to: alpha = 3 [1] https://pdfs.semanticscholar.org/07be/e9c26ac092bd8ea1c0b907fb6eabba145ce4.pdf Version 1.0.0
Ports/Properties¶
data¶
Data to process.
outdata¶
Calculated threshold.
alpha¶
Threshold in (robust) standard deviations.
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.