Experimental library to analyze complex networks
Project description
cxnetwork
Experimental library to process and analyze complex networks
Requirements
- C11 compatible compiler (GCC, CLANG)
Compiling
run pip install cxnetwork on the project directory.
Usage
import cxnetwork as cx
cx.randomSeedDev();
edges = [(0,1),(1,2),(2,3),(3,4),(4,5),(5,6),(6,7),(7,8),(8,9),(9,10),(10,0)]
edges += [(0,2),(1,3),(2,4),(3,5),(4,6),(5,7),(6,8),(7,9),(8,10),(9,0),(10,1)]
rewiredEdges = cx.rewire(edges,11,0.5);
print(rewiredEdges);
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
cxnetwork-0.1.tar.gz
(20.3 kB
view details)
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 cxnetwork-0.1.tar.gz.
File metadata
- Download URL: cxnetwork-0.1.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcaa8ae38c14779edcb5ac3bbf7da37065be53be99959dc2c76831f23431e5e3
|
|
| MD5 |
ef458f8d7daef87d45f9b51c915a1665
|
|
| BLAKE2b-256 |
ed9dc104e3d887cc7df93c0315e1729830865f1b567dcbebe7ac72f193ebbad0
|
File details
Details for the file cxnetwork-0.1-cp37-cp37m-macosx_10_9_x86_64.whl.
File metadata
- Download URL: cxnetwork-0.1-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 54.1 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7984ac5f7640275695c538e8ab734dc4745ca4216acc53d132fea9fcffea1c39
|
|
| MD5 |
4c6342ddb6fd0bc0b5078efef4e06210
|
|
| BLAKE2b-256 |
5e2f2dfcfb66d89102994e537e3c12781b864880a65b73c0bb1f58e2560e85bc
|