NetworkHistogram
Network Histogram method for approximating graphons
Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
✓Institutional organization owner
Organization sds-epfl has institutional domain (www.epfl.ch) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Repository
Network Histogram method for approximating graphons
Basic Info
- Host: GitHub
- Owner: SDS-EPFL
- License: mit
- Language: Julia
- Default Branch: main
- Size: 913 KB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 4
Metadata Files
README.md
NetworkHistogram
Implementation of the network histogram for graphon estimation from the paper Network histograms and universality of blockmodel approximation by Sofia C. Olhede and Patrick J. Wolfe.
Installation
julia
Pkg.add("NetworkHistogram")
Usage
We fit the estimator and then extract the estimated graphon matrix and node labels.
```julia using NetworkHistogram, LinearAlgebra
A = Symmetric(rand(0:1, 100, 100)) A[diagind(A)] .= 0
approximate the graphon with a network histogram
hist = graphhist(A)
get the graphist structure
estimate = hist.graphhist
get the estimated graphon matrix
sbm_matrix = estimate.θ
get the estimated node labels
nodelabels = estimate.nodelabels ```
You can control the optimization process by modifying the rules used in the optimization. Check out the docs for more information.
Owner
- Name: SDS
- Login: SDS-EPFL
- Kind: organization
- Location: Switzerland
- Website: https://www.epfl.ch/labs/sds/
- Repositories: 5
- Profile: https://github.com/SDS-EPFL
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: NetworkHistogram.jl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Charles
family-names: Dufour
email: charles.dufour@epfl.ch
affiliation: EPFL
orcid: 'https://orcid.org/0009-0000-3612-7335'
- given-names: Jake
family-names: Grainger
email: jake.grainger@epfl.ch
affiliation: EPFL
orcid: 'https://orcid.org/0000-0002-8808-4821'
identifiers:
- type: doi
value: 10.5281/zenodo.10212852
repository-code: 'https://github.com/SDS-EPFL/NetworkHistogram.jl'
url: 'https://sds-epfl.github.io/NetworkHistogram.jl/stable/'
abstract: >-
Implementation of the network histogram for graphon
estimation from the paper Network histograms and
universality of blockmodel approximation by Sofia C.
Olhede and Patrick J. Wolfe.
license: MIT
commit: f6c798223e6920725787095cb6b2de86a0f916ed
version: 0.5.1
date-released: '2023-11-28'
GitHub Events
Total
- Watch event: 1
- Push event: 74
- Pull request event: 1
- Create event: 3
Last Year
- Watch event: 1
- Push event: 74
- Pull request event: 1
- Create event: 3
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
juliahub.com: NetworkHistogram
Network Histogram method for approximating graphons
- Documentation: https://docs.juliahub.com/General/NetworkHistogram/stable/
- License: MIT
-
Latest release: 0.5.1
published over 2 years ago
Rankings
Dependencies
- actions/checkout v2 composite
- codecov/codecov-action v3 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- actions/checkout v2 composite
- julia-actions/setup-julia latest composite
- actions/checkout v1 composite
- julia-actions/setup-julia latest composite
- JuliaRegistries/TagBot v1 composite