LinLogLayout_2008-11-14

所属分类:Java编程
开发工具:Java
文件大小:350KB
下载次数:3
上传日期:2011-11-11 15:56:04
上 传 者ntptram
说明:  code ve mang xa hoi (social netwwork)

文件列表:
LinLogLayout (0, 2008-11-14)
LinLogLayout\bin (0, 2008-11-13)
LinLogLayout\bin\Edge.class (932, 2008-07-09)
LinLogLayout\bin\GraphCanvas$1.class (856, 2008-07-09)
LinLogLayout\bin\GraphCanvas$2.class (873, 2008-07-09)
LinLogLayout\bin\GraphCanvas$3.class (849, 2008-07-09)
LinLogLayout\bin\GraphCanvas.class (6288, 2008-07-09)
LinLogLayout\bin\GraphFrame$1.class (919, 2008-07-09)
LinLogLayout\bin\GraphFrame.class (2024, 2008-07-09)
LinLogLayout\bin\LinLogLayout.class (8144, 2008-11-14)
LinLogLayout\bin\MinimizerBarnesHut$OctTree.class (3118, 2008-11-14)
LinLogLayout\bin\MinimizerBarnesHut.class (11583, 2008-11-14)
LinLogLayout\bin\MinimizerClassic.class (10838, 2008-11-14)
LinLogLayout\bin\Node.class (772, 2008-07-09)
LinLogLayout\bin\OptimizerModularity$1.class (963, 2008-11-13)
LinLogLayout\bin\OptimizerModularity.class (8602, 2008-11-13)
LinLogLayout\ChangeLog.txt (2277, 2008-11-14)
LinLogLayout\doc (0, 2008-05-29)
LinLogLayout\doc\allclasses-frame.html (1361, 2008-11-14)
LinLogLayout\doc\allclasses-noframe.html (1221, 2008-11-14)
LinLogLayout\doc\constant-values.html (4884, 2008-11-14)
LinLogLayout\doc\deprecated-list.html (4820, 2008-11-14)
LinLogLayout\doc\Edge.html (12173, 2008-11-14)
LinLogLayout\doc\GraphFrame.html (23508, 2008-11-14)
LinLogLayout\doc\help-doc.html (8707, 2008-11-14)
LinLogLayout\doc\index-all.html (12225, 2008-11-14)
LinLogLayout\doc\index.html (1275, 2008-11-14)
LinLogLayout\doc\LinLogLayout.html (10572, 2008-11-14)
LinLogLayout\doc\MinimizerBarnesHut.html (13234, 2008-11-14)
LinLogLayout\doc\MinimizerClassic.html (13313, 2008-11-14)
LinLogLayout\doc\Node.html (10829, 2008-11-14)
LinLogLayout\doc\OptimizerModularity.html (11285, 2008-11-14)
LinLogLayout\doc\overview-tree.html (6088, 2008-11-14)
LinLogLayout\doc\package-frame.html (1474, 2008-11-14)
LinLogLayout\doc\package-list (2, 2008-11-14)
LinLogLayout\doc\package-summary.html (6732, 2008-11-14)
LinLogLayout\doc\package-tree.html (6099, 2008-11-14)
LinLogLayout\doc\resources (0, 2008-05-29)
LinLogLayout\doc\resources\inherit.gif (57, 2008-01-21)
LinLogLayout\doc\serialized-form.html (5472, 2008-11-14)
... ...

LinLogLayout is a simple program for computing graph layouts (positions of the nodes of a graph in two- or three-dimensional space) and graph clusterings for visualization and knowledge discovery. It reads a graph from a file, computes a layout and a clustering, writes the layout and the clustering to a file, and displays them in a dialog. LinLogLayout can be used to identify groups of densely connected nodes in graphs, like groups of friends or collaborators in social networks, related documents in hyperlink structures (e.g. web graphs), cohesive subsystems in software models, etc. With a change of a parameter in the main method, it can also compute classical "nice" (i.e. readable) force-directed layouts. The program is primarily intended as a demo of the use of its core layouter and clusterer classes MinimizerBarnesHut, MinimizerClassic, and OptimizerModularity. While MinimizerBarnesHut is faster, MinimizerClassic is simpler and not limited to a maximum of three dimensions. Usage: java LinLogLayout Computes a -dimensional layout and a clustering for the graph in , writes the layout and the clustering into , and displays (the first 2 dimensions of) the layout and the clustering. must be 2 or 3. Input file format: Each line represents an edge and has the format: The weight is optional, the default value is 1.0. Output file format: Example: java -cp bin LinLogLayout 2 examples/WorldImport1999.el WorldImport1999.lc LinLogLayout optimizes LinLog and related energy models to compute layouts, and Newman and Girvan's Modularity to compute clusterings. For more information about LinLog and Modularity, see [1] A. Noack: "Energy Models for Graph Clustering", Journal of Graph Algorithms and Applications, Vol. 11, no. 2, pp. 453-480, 2007. http://jgaa.info/volume11.html [2] M. E. J. Newman: "Analysis of weighted networks", Physical Review E 70, 056131, 2004. [3] A. Noack. "Modularity Clustering is Force-Directed Layout", Preprint arXiv:0807.4052, 2008. http://arxiv.org/abs/0807.4052 For further documentation of LinLogLayout, see the wiki at http://code.google.com/p/linloglayout/. If you find LinLogLayout useful, please recommend it and cite the above papers. Suggestions, questions, and reports of applications are welcome. Send them to Andreas Noack, an@informatik.tu-cottbus.de.

近期下载者

相关文件


收藏者