Defined in File GlobalThresholdFilter.hpp
Calculates a sparsified graph by applying a global threshold to an edge score.
Public Functions
Creates a new instance of a global threshold filter.
threshold – the threshold
above – if set to true, edges with a score above or equal to the threshold remain in the filtered graph. If set to false, edges with a score below or equal to the threshold remain in the filtered graph.