This package creates Fractal networks.
The steps for installationa are as follows:
- pip install package_name
- from fractal_network import NetworkGenerator
- NetworkGenerator.graph(num_of_levels,num_of_nodes_in_a_clique)
OUTPUT: A file will be created in the current directory having the name num_of_nodes_in_a_clique-num_of_levels.dat. Example: If NetworkGenerator.graph(4,3) is entered then a dat file with name "3-4.dat" will be created.
Column 1: node number Column 2: label Column 3: Degree
The next columns indicate the neighbour amd the level of connection between the node and neighbour alternately. For example:
12 10110 3 10 2 13 1 14 1
12 is the node numer, 10110 is the label, 3 is the degree.
10 2 indicates a connection between 12 and 10 having level 2 13 1 indicates a connection between 12 and 13 having level 1 14 1 indicates a connection between 12 and 14 having level 1
Release files for fractal-network 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fractal_network-0.0.2.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fractal_network-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / fractal_network-0.0.2.tar.gz
| Download URL | fractal_network-0.0.2.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c20378ff0f9c7c7a4d66b0fbfd9885c99da591540f657c729925a96b9f0ff44f
|
|
BLAKE2b-256 checksum How to use checksums |
d411882b14dd89f420bc09634b838614091862d100fe6d066de14a8d6012096e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
|
Release files / fractal_network-0.0.2-py3-none-any.whl
| Download URL | fractal_network-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9a513bc5ace66eb848a356d3d978d77377bfcb2c4ed4598c0ed203b98cb7b194
|
|
BLAKE2b-256 checksum How to use checksums |
1e7662b3322c25e07807fc5abb134368db4a1e8ec451c9fcb57c651a439f40d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
|