• 大小: 0.06M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: 其他
  • 标签: 其他  

资源简介


这是一个本科生的毕业设计,是做一个重叠社区的发现算法

资源截图

代码片段和文件信息

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\objects\00\28e2189de1099dd1dcb68741023979746f9408

     文件        221  2015-05-13 19:38  Re-postedCommunity\.git\objects\02\50db1f61328708b52ae891b1c34b5444853e04

     文件         48  2015-05-12 14:03  Re-postedCommunity\.git\objects\03\bd87a216479eaecf20f408e65ae8e339d5712c

     文件         58  2015-05-19 14:02  Re-postedCommunity\.git\objects\08\6e70752925ba0a665d2f68aba53841d5a7d73e

     文件        459  2015-05-14 19:46  Re-postedCommunity\.git\objects\0c\06b937953a405b849074cfbe118d44b64faebe

     文件        512  2015-05-13 19:38  Re-postedCommunity\.git\objects\14\2d892a2115c8c23e1b67ba06ca43ae3d16365f

     文件         98  2015-05-19 14:02  Re-postedCommunity\.git\objects\14\39ace8dec5ab4c783a1e11805de783df715290

     文件        221  2015-05-12 14:03  Re-postedCommunity\.git\objects\14\f1a580afe3dff4223dce0b9946ac5d18dc7cd9

     文件         92  2015-05-15 14:48  Re-postedCommunity\.git\objects\22\26b671d2bcb846c08e7be93e77c368673f4785

     文件       1124  2015-05-19 14:02  Re-postedCommunity\.git\objects\29\000112dcff95bbc07b78dffdb252235450da8c

     文件        602  2015-05-15 14:48  Re-postedCommunity\.git\objects\2b\d7e7cd1aad0acd736acc6265ab7c47c842ab59

     文件        502  2015-05-16 22:32  Re-postedCommunity\.git\objects\2c\9a2e3920f3c4a8175c248362c218d8e30de503

     文件         59  2015-05-12 14:03  Re-postedCommunity\.git\objects\2f\dc2ff55b852700e2e209d9149e33c5b8f2a12e

     文件        459  2015-05-15 14:48  Re-postedCommunity\.git\objects\32\9de7868c4bc20fdcd80dd74bdb06a5962ecd05

     文件        112  2015-05-14 19:46  Re-postedCommunity\.git\objects\36\077a00aa16d9982b1677139b6894a7bce9c04a

     文件         59  2015-05-14 19:46  Re-postedCommunity\.git\objects\36\ad91db519bf497eea1622f67581e5d0ee30d3a

     文件         59  2015-05-16 22:32  Re-postedCommunity\.git\objects\3c\5db47eae894d92dabfe2da4b8dce6a4396fda8

     文件        487  2015-05-13 19:38  Re-postedCommunity\.git\objects\3c\ac77a59a249209631ab3359867e2aaf206b4bc

     文件        131  2015-05-15 14:48  Re-postedCommunity\.git\objects\3c\d478b72d415d0d15ce8eae992492ac1399554b

     文件        155  2015-05-14 19:46  Re-postedCommunity\.git\objects\3e\599f4ca8d97a92fe68f6517cb5d09ff702bfc3

     文件        317  2015-05-14 19:46  Re-postedCommunity\.git\objects\41\d45961759639b244be8421886b2c7d0eb303bd

     文件         71  2015-05-12 13:47  Re-postedCommunity\.git\objects\43\9d63f3c7de411302a26d2cec7be7709a7883ac

............此处省略189个文件信息

评论

共有 条评论