graph_filter
GraphFilter
Bases: ABC
Abstract class for graph filters.
filter(graph)
abstractmethod
staticmethod
Abstract graph filter method. A filter method removes connections by registering a new mask in the graph. When the mask is applied the necessary connections are removed.