Package: netseer 0.1.3


Sevvandi Kandanaarachchi
netseer: Graph Prediction from a Graph Time Series
Predicting the structure of a graph including new nodes and edges using a time series of graphs. Flux balance analysis, a linear and integer programming technique used in biochemistry is used with time series prediction methods to predict the graph structure at a future time point Kandanaarachchi (2025) <doi:10.48550/arXiv.2507.05806>.
Authors:
netseer_0.1.3.tar.gz
netseer_0.1.3.zip(r-4.7)netseer_0.1.3.zip(r-4.6)netseer_0.1.3.zip(r-4.5)
netseer_0.1.3.tgz(r-4.6-any)netseer_0.1.3.tgz(r-4.5-any)
netseer_0.1.3.tar.gz(r-4.7-any)netseer_0.1.3.tar.gz(r-4.6-any)
netseer_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
netseer/json (API)
| # Install 'netseer' in R: |
| install.packages('netseer', repos = c('https://sevvandi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sevvandi/netseer/issues
Pkgdown/docs site:https://sevvandi.github.io
- syngraphs - A dataset containing synthetic graphs
Last updated from:93c1c185c4. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 184 | ||
| source / vignettes | OK | 215 | ||
| linux-release-x86_64 | OK | 153 | ||
| macos-release-arm64 | OK | 99 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| windows-devel | OK | 140 | ||
| windows-release | OK | 106 | ||
| windows-oldrel | OK | 103 | ||
| wasm-release | OK | 133 |
Exports:generate_graph_expgenerate_graph_linearload_graphsload_graphs_dirload_graphs_listmeasure_errorpredict_graphsave_graphs
Dependencies:anytimeBHclicodetoolscolorspacecpp11digestdistributionaldplyrfablefabletoolsfarverfeastsforecastfracdifffuturegenericsggdistggplot2ggtimeglobalsgluegtableigraphisobandlabelinglatticelifecyclelistenvlmtestlpSolvelubridatemagrittrMatrixnlmennetnumDerivparallellypillarpkgconfigprogressrpurrrquadprogR6RColorBrewerRcppRcppArmadillorlangS7scalessliderstringistringrtibbletidyrtidyselecttimechangetimeDatetsibbleurcautf8vctrsviridisLitewarpwithrzoo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Generates a bigger graph using exponential growth. | generate_graph_exp |
| Generates a bigger graph by linear growth. | generate_graph_linear |
| Loads graphs to memory using a desired method. | load_graphs |
| Gives an error measurement for predicted graphs | measure_error |
| Predicts a graph from a time series of graphs. | predict_graph |
| Saves either a single graph or list of graphs to disk. | save_graphs |
| A dataset containing synthetic graphs | syngraphs |