資源簡(jiǎn)介
這是一個(gè)本科生的畢業(yè)設(shè)計(jì),是做一個(gè)重疊社區(qū)的發(fā)現(xiàn)算法
代碼片段和文件信息
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個(gè)社區(qū)
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? 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[j].fix?=?helper.getCommunityFitness(c[j]?graph);
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件????????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個(gè)文件信息
評(píng)論
共有 條評(píng)論