资源简介
这是一个本科生的毕业设计,是做一个重叠社区的发现算法
代码片段和文件信息
import io.InitGraph;
import java.io.FileNotFoundException;
import java.util.Iterator;
import java.util.List;
import repostedCommunity.Centrality;
import repostedCommunity.CommunityHelper;
import entity.Community;
public class Main {
private static int[][] graph;
private static Community[] mCommunities;
private static final int C_NUM = 10;// 5个社区
private static final double FIRST = 0.001;// 阈值
private static final double SECOND = 0.8;// 阈值
private static final double THIRD = 0.2;// 阈值
private static CommunityHelper helper;
public static void main(String[] args) throws FileNotFoundException {
init();
for (int i = 0; i < mCommunities.length; i++) {
double last = 0;
//第三步之前
while (true) {
List list = helper
.getComAround(mCommunities[i] graph);
Community[] c = helper.getAllNewCom(mCommunities[i] list);
for (int j = 0; j < c.length; j++) {
c[j].fix = helper.getCommunityFitness(c[j] graph);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 301 2015-05-12 13:43 Re-postedCommunity\.classpath
文件 280 2015-05-19 14:39 Re-postedCommunity\.git\config
文件 125 2015-05-12 13:50 Re-postedCommunity\.git\FETCH_HEAD
文件 23 2015-05-12 13:46 Re-postedCommunity\.git\HEAD
文件 1008 2015-05-19 14:02 Re-postedCommunity\.git\index
文件 1313 2015-05-19 14:02 Re-postedCommunity\.git\logs\HEAD
文件 1313 2015-05-19 14:02 Re-postedCommunity\.git\logs\refs\heads\master
文件 1190 2015-05-19 14:39 Re-postedCommunity\.git\logs\refs\remotes\origin\master
文件 220 2015-05-15 14:48 Re-postedCommunity\.git\ob
文件 221 2015-05-13 19:38 Re-postedCommunity\.git\ob
文件 48 2015-05-12 14:03 Re-postedCommunity\.git\ob
文件 58 2015-05-19 14:02 Re-postedCommunity\.git\ob
文件 459 2015-05-14 19:46 Re-postedCommunity\.git\ob
文件 512 2015-05-13 19:38 Re-postedCommunity\.git\ob
文件 98 2015-05-19 14:02 Re-postedCommunity\.git\ob
文件 221 2015-05-12 14:03 Re-postedCommunity\.git\ob
文件 92 2015-05-15 14:48 Re-postedCommunity\.git\ob
文件 1124 2015-05-19 14:02 Re-postedCommunity\.git\ob
文件 602 2015-05-15 14:48 Re-postedCommunity\.git\ob
文件 502 2015-05-16 22:32 Re-postedCommunity\.git\ob
文件 59 2015-05-12 14:03 Re-postedCommunity\.git\ob
文件 459 2015-05-15 14:48 Re-postedCommunity\.git\ob
文件 112 2015-05-14 19:46 Re-postedCommunity\.git\ob
文件 59 2015-05-14 19:46 Re-postedCommunity\.git\ob
文件 59 2015-05-16 22:32 Re-postedCommunity\.git\ob
文件 487 2015-05-13 19:38 Re-postedCommunity\.git\ob
文件 131 2015-05-15 14:48 Re-postedCommunity\.git\ob
文件 155 2015-05-14 19:46 Re-postedCommunity\.git\ob
文件 317 2015-05-14 19:46 Re-postedCommunity\.git\ob
文件 71 2015-05-12 13:47 Re-postedCommunity\.git\ob
............此处省略189个文件信息
- 上一篇:echarts济南各地市js
- 下一篇:四川乡镇驻地shp
相关资源
- tesseract最新最全资料.rar
- 大话数据结构.epub
- iBATIS实战.pdf
- zw_new_smile-7110337-ImageAnimationTest.zip
- zw_jhn199388-9911706-基于51单片机都_自动
- zw_fan7983377-9600053-RecyclerViewDemo.zip
- zw_CHINA__.zip
- 我的第一本算法书+算法图解.zip
- 数学物理方法_德顾樵编著_2012.01_545页
- zw_WKTConvert.zip
- tdxw.exe
- zw_LabVIEW_8.20程序设计从入门到精通.
- zw_20170105220330215.zip
- unlocker-master最新版.rar
- Nginx核心知识100讲全套课件.zip
- navicat.11.2.16.premium_cs_x64破解版.zip
- 凸优化_Boyd_王书宁译.rar
- 云盘.rar
- Xshell5.exe
- 20170121135652618.rar
- DiskGenius4.7.0专业版.rar
- AlphaControlsv11.16StableFullSource(D5和D10
- 雅奇880官方开源赠品30多个雅奇4.rar
- 2009_LabVIEW编程样式_清晰版.pdf
- tiger_newhu5.99.24.zip
- 大数据架构详解:从数据获取到深度
- 程序是怎样跑起来的_PDF电子书带书签
- MongodbSample.rar
- EtherCATSlaveStackCodeTool5.12.rar
- 重构_改善既有代码的设计.rar
评论
共有 条评论