Graph algorithms
Project description
scikit-network
Graph algorithms
Free software: BSD license
Documentation: https://scikit-network.readthedocs.io.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scikit-network-0.2.0.tar.gz.
File metadata
- Download URL: scikit-network-0.2.0.tar.gz
- Upload date:
- Size: 31.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
759c90c8489aa466f53576a87db8149ba3b44834611974ffc4fc3fb8755c1981
|
|
| MD5 |
9ca5fcdb209d53ef0f6756cbd87897f8
|
|
| BLAKE2b-256 |
92f4904f56a3d7736b8bda8c63cb920f86a73aede201466ec836637641a20bea
|
File details
Details for the file scikit_network-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: scikit_network-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 39.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd09af34155930de572e1758a99a075e3c5b29adb84fb05bd8efca7a4669dccc
|
|
| MD5 |
067f3559a6e50bade216a8e17f4d7403
|
|
| BLAKE2b-256 |
d62b2f2ee814578265529a86dba2688b95feed8592600182e4f877b6007406d1
|