0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 24 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
community: use existing accounting
Dan Kortschak
as kortschak
More... over 8 years ago
community: don't copy unnecessarily
Dan Kortschak
as kortschak
More... over 8 years ago
Merge pull request #140 from Armadilloa16/master More... over 8 years ago
community: factor out local moving heuristic
Dan Kortschak
as kortschak
More... over 8 years ago
community: reject negative edge weights
Dan Kortschak
as kortschak
More... over 8 years ago
graph: fix shadowing bug
Dan Kortschak
as kortschak
More... over 8 years ago
community: handle cases where there is no edge
Dan Kortschak
as kortschak
More... over 8 years ago
community: don't break contiguity invariant
Dan Kortschak
as kortschak
More... over 8 years ago
graph: return all neighbours reachable from u
Dan Kortschak
as kortschak
More... over 8 years ago
Looked at lourvain for directed graphs, concluded that they can be treated as undirected graphs by using the Undirect type. More... over 8 years ago
graph: add type to allow defined conversion directed -> undirected
Dan Kortschak
as kortschak
More... over 8 years ago
community: fix panic string package prefix
Dan Kortschak
as kortschak
More... over 8 years ago
community: add license header
Dan Kortschak
as kortschak
More... over 8 years ago
Merge pull request #136 from Armadilloa16/master More... over 8 years ago
Added louvain.tex More... over 8 years ago
community: optimise for memory allocation
Dan Kortschak
as kortschak
More... over 8 years ago
community: do not do fruitless work
Dan Kortschak
as kortschak
More... over 8 years ago
topo: fix panic messages
Dan Kortschak
as kortschak
More... over 8 years ago
community: new package implement Louvain graph modularisation
Dan Kortschak
as kortschak
More... over 8 years ago
graphs/gen: add duplication graph generator
Dan Kortschak
as kortschak
More... over 8 years ago
topo: drop blank range variable assignment
Dan Kortschak
as kortschak
More... over 8 years ago
internal/ordered: centralise implementation of ByID
Dan Kortschak
as kortschak
More... over 8 years ago
internal/set: make use of new package name to improve type names
Dan Kortschak
as kortschak
More... over 8 years ago
internal: split package into internal/{linear,ordered,set}
Dan Kortschak
as kortschak
More... over 8 years ago
internal: unexport Clear and make it a method on *Set
Dan Kortschak
as kortschak
More... over 8 years ago
internal: use normal go naming conventions
Dan Kortschak
as kortschak
More... over 8 years ago
internal: use reflect on appengine
Dan Kortschak
as kortschak
More... over 8 years ago
travis: delete go1.3.3
Dan Kortschak
as kortschak
More... over 8 years ago
Remove the de-increment of maxID as it is the cause of a panic when we call NewNodeID(). Tests to validate NewNodeID() doesn't produce duplicate NodeID. Reference issue # with test comment and name. More... over 8 years ago
simple: clean up code and docs for simple graphs
Dan Kortschak
as kortschak
More... over 8 years ago