textnets.network.disparity_filter

textnets.network.disparity_filter(graph: Graph) Iterator[float][source]

Compute significance scores of edge weights.

Parameters:

graph (Graph) – The one-mode graph to compute the significance scores for.

Yields:

float – Iterator of significance scores.

Notes

Provided the package was installed properly, a compiled extension will be used for a significant speedup.

References

[Serrano et al., 2009]