登录
首页 » 算法 » PageRank算法的MapReduce并行化

PageRank算法的MapReduce并行化

于 2022-03-06 发布 文件大小:8.96 MB
0 207
下载积分: 2 下载次数: 1

代码说明:

资源描述PageRank算法是非常重要的一个数据挖掘算法,在该代码中,我们将PageRank算法用java代码实现,并且在MapReduce框架下对PageRank算法进行扩展。压缩文件中不仅有程序,而且有数据和相关的说明。可以直接部署到Hadoop上跑结果。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 新型GA
    一种好的改进遗传算法function [opy,optimy]=GA(pt,gennum,psize)% 输入参数:% pt       m*n的加工时间矩阵(n是工件数目,m是机器数目)由已知给的T矩阵,可得n=100,m=10% gennum   迭代的次数(代数)% psize    种群的规模大小%输出参数:% opy       最优的Makespan值pc=0.9;%交叉因子pm=0.1;%变异因子[m,n]=size(pt);current_gen=1;%current_gen means the current generationnewgen=zeros(psize,n+1); %mewgen is the new generation of the populationnewgen(1:psize,1:n)=rand(psize,n);%主种群初始化,0-1之间的随机数 %Generalize the initial groupfather=zeros(2,n); %father is used to store the two genes for crossover and mutation avgen=zeros(1,gennum); %avgen is the matrix of the average of all the generationsoptimx=zeros(1,n);optimy=ones(1,gennum);%Generalize the initial groupfor i=1:psize    [Ya,pop(i,1:n)]=sort(newgen(i,1:n));%种群排序,实数编码转换为自然数编码 随机生成的0-1之间的小数进行排序然后取每个从小到大数对应的位置    newg
    2022-03-18 14:25:18下载
    积分:1
  • 校园巡逻机器人定位与避障技术研究
    资源描述(1)针对校园环境范围大、结构简单的特点,结合RFID传感器信息传递 功能,提出一种大范围拓扑环境学习与建模新方法。根据校园环境上下文信息 需求,设计RFID标签格式,指导机器人进行环境学习,且以标签的分布代表 环境整体结构,由标签内容传递导航任务,由此构建环境模型。 (2)针对激光数据存在噪声干扰的问题,设计了一种动态自适应中值滤 波方法,利用激光数据时间和空间上的相关性,剔除噪声干扰,平滑激光数据。
    2022-01-22 08:31:21下载
    积分:1
  • 精通Matlab综合辅导与指南
    精通Matlab综合辅导与指南-proficient Matlab comprehensive counseling and guidance
    2022-01-21 05:41:20下载
    积分:1
  • 极坐标方产生高斯白噪声(包括改进
    产生N(0,1)高斯白噪声序列,最常见的方法是极坐标法,其计算步骤如下所示: (1)    产生两个独立同分布的随机序列(0,1),U1,
    2022-03-13 03:52:58下载
    积分:1
  • issue a travel home to travel home to drive a car with the minimum of cost yi us...
    旅行家问题 一个旅行家想驾驶汽车以最少的费yi 用从一个城市到另一个城市(假设出发时油箱是空的)。给定两个城市之间的距离为D1、汽车油箱的容量为C(以升为单位),每升汽油能行驶的距离为 D2,出发点每升汽油价格P和沿途油站数N(N可以为零),油站i离出发点距离Di,每升汽油价格Pi(i=1,2...N)。计算结果四舍五入至小数点后两位。 如果无法到达目的地,则输出“No Solution"。-issue a travel home to travel home to drive a car with the minimum of cost yi used from one city to another city (assuming starting at the fuel tank was empty). Given the two cities for the distance between D1, car fuel tank capacity of the C (in liters) per liter petrol traveling distance to the D2, the starting point liter gasoline prices P and several petrol stations along the N (N can be zero), PFS i distance from the starting point Di per liter Steam oil prices Pi (i = 1,2 ... N). Calculation results rounded to two decimal places. If unable to reach their destination, the export of "No Solution."
    2023-09-07 00:25:03下载
    积分:1
  • 本程序新建complex类,并将数学库里的“+”“
    本程序新建complex类,并将数学库里的“+”“-”“*”“/”符号运算进行重载,使其适用范围从实数扩展至复数。-the new complex procedures category, Mathematics, 13-17 and the """-""*""/" symbol for heavy computation, from the scope of the application is extended to a number of plural.
    2022-03-10 01:39:55下载
    积分:1
  • used for the preparation of the polynomial interpolation algorithm
    用c++编写的关于多项式插值的算法-used for the preparation of the polynomial interpolation algorithm
    2022-01-26 01:14:55下载
    积分:1
  • Matlab的地理数据分析
    %Markov链%第一种方法A=[0 1243.37 171.92 29.79 0 0 00 0 6983.97 957.97 0 0 00 0 203845.5 9812.96 0 0 034 0 77259.28 11323.64 3851.17 0 4.89128.47 11580.83 917.15 0 5761.7 2397.61 02293.52 79225.61 9979.07 3647.11 0 91339.8 24.360 141.18 964.94 2.2 0 0 28.67];             %原始数据矩阵[m,n]=size(A);                              %计算矩阵的行数和列数Rsum=sum(A");                               %计算矩阵各行数值之和S=Rsum(ones(n,1),:);                        %将各行数值之和平移为矩阵M=(A"./S)";                                 %计算转移概率矩阵%第二种方法A=[0
    2022-01-22 01:04:19下载
    积分:1
  • mumford matlab code
    mumford matlab code-mumford matlab code..............
    2022-11-25 17:10:03下载
    积分:1
  • 典型的解析器佛该控制台VX 400美元+发送pnano NMEA序列
    Typical parser fo autocomp console vx 400+ that sends $PNANO NMEA sequence - utilizes some graphical from JVCL class. very useful for students that are wiling to see how rudder and thrust are set on console-Typical parser fo autocomp console vx 400+ that sends $PNANO NMEA sequence- utilizes some graphical from JVCL class. very useful for students that are wiling to see how rudder and thrust are set on console
    2022-07-15 16:00:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载