Skip to main content

Graph algorithms

Project description

logo sknetwork

scikit-network

https://img.shields.io/pypi/v/scikit-network.svg https://travis-ci.org/sknetwork-team/scikit-network.svg Documentation Status Updates

Graph algorithms

How to use scikit-network?

Graphs have a unified format, namely scipy.sparse.csr_matrix.

About the documentation

We use the following notations in the documentation:

  • \(A\) denotes the adjacency matrix for undirected and directed graphs.

  • \(B\) denotes the biadjacency matrix for bipartite graphs (possibly non-square).

  • \(d = A1\) or \(B1\) is the out-degree vector and \(D = \text{diag}(d)\) the associated diagonal matrix.

  • \(f = A^T1\) or \(B^T1\) is the in-degree vector and \(F = \text{diag}(f)\) the associated diagonal matrix.

  • \(w = 1^TA1\) or \(1 ^TB1\) is the total weight of the graph.

History

0.2.0 (2019-03-21)

  • First real release on PyPI.

0.1.1 (2018-06-01)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scikit-network-0.2.0.tar.gz (31.8 kB view hashes)

Uploaded Source

Built Distribution

scikit_network-0.2.0-py2.py3-none-any.whl (39.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page