Michael Hackstein
|
8d8e54cc36
|
GraphViewer: JSLintified
|
2013-07-09 13:53:21 +02:00 |
Michael Hackstein
|
f52e234993
|
GraphViewer: Fixed a bug in the modularity joiner when removing an edge.
|
2013-07-09 12:32:28 +02:00 |
Michael Hackstein
|
772a1ab2f0
|
GraphViewer: Fixed a bug in the joining of communities. Deletion of edges was not properly propagated to the joiner
|
2013-07-08 15:04:04 +02:00 |
Michael Hackstein
|
1a91aef78b
|
GraphViewer: The ModularityJoiner properly reacts to insertion / deletion of edges
|
2013-07-08 13:22:05 +02:00 |
Michael Hackstein
|
83ed301e09
|
GraphViewer: Added Test + Implementation for Mod.Joiner in the abstract Adapter
|
2013-07-08 10:28:00 +02:00 |
Michael Hackstein
|
3859e8e5b9
|
GraphViewer: ModularityJoiner as a worker is now fully tested and ready to go. Time to tell the adapter about it ;)
|
2013-07-05 18:40:45 +02:00 |
Michael Hackstein
|
49b14305ec
|
GraphViewer: Copied relevant parts of underscore into ModularityJoiner. It can now be started as a worker yay
|
2013-07-05 17:59:53 +02:00 |
Michael Hackstein
|
2d16ac415e
|
GraphViewer: ModularityJoiner is now independet from the nodes, just relying on edges. Did speed up setup process as iteration is only over connected nodes
|
2013-07-05 13:15:55 +02:00 |
Michael Hackstein
|
2b7bb78fa6
|
GraphViewer: Community joining is now completely moved to modularity joiner again. NodeReducer requires shared memmory which is not available for workers. Adapters need to be adjusted
|
2013-07-05 11:22:35 +02:00 |
Michael Hackstein
|
87112b9c0e
|
GraphViewer: Nested Attributes are now displayed properly
|
2013-07-03 17:07:04 +02:00 |
Michael Hackstein
|
7fc969b8ea
|
GraphViewer: Fixed JSLint warnings
|
2013-07-03 15:16:08 +02:00 |
Michael Hackstein
|
ce2858b1aa
|
GraphViewer: Fixed a bug in modularity joiner. It is now tested with a network of 1000 nodes -> finished in 1 sec. However 10.000 nodes are still too much.
|
2013-07-03 13:39:09 +02:00 |
Michael Hackstein
|
caa4df602f
|
GraphViewer: Massively improved the Community Joiner, runtime is reduced by factor 2 and result is closer to optimum.
|
2013-07-02 16:17:31 +02:00 |
Michael Hackstein
|
b718365504
|
GraphViewer: Integrated the modularity joiner into the nodeReducer. All old tests pass now so joining seems to be quite good. yay ;)
|
2013-07-01 17:12:55 +02:00 |
Michael Hackstein
|
a443727e89
|
GraphViewer: Tested the modularity joiner with the famous Zachary Karate Club
|
2013-07-01 16:32:38 +02:00 |
Michael Hackstein
|
3c3e20056f
|
GraphViewer: Implemented new version of modularity join taking into account directions and multiple edges between a pair of nodes
|
2013-07-01 15:05:19 +02:00 |
Michael Hackstein
|
c5fe80aa98
|
GraphViewer: Added getters to all values in the modulatiry joiner and added a setup function instead of calling a cascade of 4 functions
|
2013-07-01 09:54:44 +02:00 |
Michael Hackstein
|
d0f1218a0d
|
GraphViewer: Identified a bug in the community detection. Now started to externalize modularity computation s.t. it can be better tested
|
2013-06-28 15:50:27 +02:00 |