Skip to content

Releases: alan-turing-institute/network-comparison

Smoothed histogram methods more consistent with Python

07 Apr 02:05
Compare
Choose a tag to compare

Smoothed NetEMD calculations now use the same variance calculation as the Python code. For our set of random test networks, the R and Python smoothed NetEMDs are almost identical for graphlet orbits up to 4 nodes (to at least 4 decimal places for all but one pair).

Note: R and Python smoothed NetEMDs are still significantly different for graphlet orbits up to 5 nodes. Investigation of this difference continues.

Fast NetEMD implementation using graphlet orbit degree distributions

14 Mar 17:28
Compare
Choose a tag to compare

Fast NetEMD implementation using Graphlet-based Degree Distributions for all orbits in graphlets comprising up to 4 or 5 nodes. Execution can be parallelised across multiple threads on a single machine and execution time is within a factor of two of the existing Python implementation.

Note: NetEMD for smoothed graphlet orbit counts is not yet working correctly.

Bugfix for issue #9

25 Jan 16:13
Compare
Choose a tag to compare
Bugfix for issue #9 Pre-release
Pre-release

Fixed issue #9: Filename pattern ignored when reading all graphs from folder

Initial internal test release

25 Jan 15:26
Compare
Choose a tag to compare
Pre-release

Internal test release of initial basic NetEMD functionality