1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
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 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
Michael Hackstein e024f1b0fe GraphViewer: Improved Similarity Join of Nodes 2013-05-27 10:50:24 +02:00
Michael Hackstein fe2825df88 GraphViewer: Optmized layout, there was a miss-typing of a class name 2013-05-24 15:54:37 +02:00
Michael Hackstein 866b74d4b6 GraphViewer: Added a function to the node reducer to join nodes based on their similarity if too many child nodes aare added at once 2013-05-24 15:21:26 +02:00
Michael Hackstein 30b60f7715 GraphViewer: All tests pass 2013-05-21 10:34:00 +02:00
Michael Hackstein bdf3daac39 GraphViewer: Added JSLint to my karma script and JSLinted everythign again 2013-05-21 09:29:36 +02:00
Michael Hackstein bd50d5c5f0 GraphViewer: Added Tests for joining of community nodes 2013-05-17 17:16:32 +02:00
Michael Hackstein 50a4293a68 GraphViewer: NodeReducer should now pick communities as desiered, however some illeagal community joins are produced right now, to be fixed 2013-05-14 18:56:56 +02:00
Michael Hackstein 6d65938645 GraphViewer: CommunityDetection algorithm implemented successfully, however distance is not yet considered for decission 2013-05-13 15:28:41 +02:00
Michael Hackstein 3d1bd8dfde GraphViewer: Implemented initialisation for Clauset, Newman and Moore's algorithm 2013-05-13 12:48:42 +02:00
Michael Hackstein 83a6344eae GraphViewer: Added Method Stub to NodeReducer 2013-05-13 09:33:32 +02:00
Michael Hackstein 8ac7ba1968 GraphViewer: Added Tests and ClassStub for the NodeReducer 2013-05-13 09:20:26 +02:00