weight_filter
CorrelationFilter
Bases: WeightFilter
filter(graph)
staticmethod
DeltaLatFilter
Bases: WeightFilter
filter(graph)
staticmethod
WeightFilter
Bases: GraphFilter, ABC
The DeltaLatFilter removes connections from the graph that have a delta LAT that does not fall within the given range. If either an upper or lower bound is missing, then this will be -inf or inf respectively.