Add static script_dir() method to Path
Project description
# graphing
To install the library on your local machine, clone it and run from the base directory:
> python setup.py install
Then, try to run the following sample code:
> from graphing.special_graphs.neural_trigraph.path_cover import min_cover_trigraph > > from graphing.special_graphs.neural_trigraph.rand_graph import * > ## Generate a random neural trigraph. Here, it is two sets of edges between layers 1 and 2 (edges1) and layers 2 and 3 (edges2) > edges1, edges2 = neur_trig_edges(7, 3, 7, shuffle_p=.05) > ## Find the full-path cover for this neural trigraph. > paths1 = min_cover_trigraph(edges1, edges2) > > print(paths1)
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
Hashes for graphing-0.0.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 559104f7c85dccaa5badf3b76274f2b382959f0080a6055489f770d3e8f15dea |
|
MD5 | aa93e115593b0d520b430d472b77037e |
|
BLAKE2b-256 | 7f7c7f34ca5e7408a3850e803b3f47dbb3916f7974de7743282363df98ca3b2a |