weighted-clique:Feitelson 的加权团算法

时间:2024-06-19 14:30:58
【文件属性】:

文件名称:weighted-clique:Feitelson 的加权团算法

文件大小:114KB

文件格式:ZIP

更新时间:2024-06-19 14:30:58

C++

加权集团 实现 Feitelson 加权团算法的 C++ 程序。 概述 这是一个 C++ 程序,用于实现 Dror G. Feitelson 的加权集团算法,算法在信息研究中的,9(4) 论文 192 中描述。有关更多详细信息,请参阅。 依赖关系 该程序使用可从获得的图形模板库 (GTL) 建造 如果您是从此存储库中构建的,则需要执行标准的操作: 本地 自动配置 汽车制造商 。/配置 制作 例子 examples 文件夹包含一个示例图: 在这个图上运行程序 等效示例/abc.gml 以 JSON 格式输出集群。 每个集群都包含该集群中节点的名称。 { "clusters" : [ [ "A B C" , "Abe Bob C" , "Abe B" ] , [ "Ace D E" , "A D" ] , [ "Abe F G" ] , [ "A" ] ] }


【文件预览】:
weighted-clique-master
----AUTHORS(0B)
----COPYING(59B)
----INSTALL(59B)
----Makefile.am(340B)
----examples()
--------abc.png(12KB)
--------abc.gml(589B)
----equivalent.cpp(12KB)
----graph()
--------gml2nestedsql.cpp(7KB)
--------mygraph.cpp(8KB)
--------mwbmatching.h(2KB)
--------mytree.h(967B)
--------gport.cpp(10KB)
--------rings.cpp(10KB)
--------mincut.h(1KB)
--------tokenise.cpp(623B)
--------Makefile.am(320B)
--------gml2dot.cpp(2KB)
--------GML.pm(2KB)
--------examples()
--------components.cpp(3KB)
--------fheap.h(4KB)
--------mincut.cpp(4KB)
--------mwbmatching.cpp(5KB)
--------tokenise.h(350B)
--------gdefs.h(816B)
--------fheap.c(12KB)
--------script.cpp(4KB)
--------gport.h(8KB)
--------mygraph.h(6KB)
--------mytree.cpp(2KB)
----README.md(1KB)
----NEWS(0B)
----configure.ac(452B)
----.gitignore(344B)
----README(0B)
----ChangeLog(0B)
----9-4()
--------p192fig8.gif(16KB)
--------p192fig3.gif(4KB)
--------p192fig4.gif(4KB)
--------p192fig9.gif(2KB)
--------p192fig7.gif(6KB)
--------IRstylesans.css(2KB)
--------p192fig1.gif(1KB)
--------mini_logo2.gif(4KB)
--------p192fig5.gif(2KB)
--------IRstyle.css(2KB)
--------p192fig6.gif(2KB)
--------On identifying name equivalences in digital libraries. Name equivalence, Surname matching, Author id.html(56KB)

网友评论