neuler icon indicating copy to clipboard operation
neuler copied to clipboard

Playground for Neo4j Graph Algorithms

Results 34 neuler issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

For some reason, chart visualization behaves weirdly and doesn't display the first value: ![Screenshot from 2021-07-07 21-38-53](https://user-images.githubusercontent.com/19948365/124818920-e0be6180-df6b-11eb-9bb2-0cc69838a12e.png) The keys are fine, but the bar charts offsets by 1: ![Screenshot from...

For users unfamiliar with the Node Package Manager (NPM), it would be useful to add an instruction that they must first verify that they have NPM installed by running `npm...

1. louvain property should not be in the config. 2. use = rather than contains for finding the node. 3. remove the LIMIT 1 in 2 places

That would be great for people to get a better understanding of their graph topology and to reason which algorithms make sense to run on it. - apoc.degree.stats for all...

perhaps with some summary below of min/max/avg/stdev/percentiles from the write proc

and a single sentence explanation perhaps also link to wikipedia https://en.wikipedia.org/wiki/Betweenness_centrality ![](https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Graph_betweenness.svg/290px-Graph_betweenness.svg.png)