更改

跳到导航 跳到搜索
添加223字节 、 2020年5月23日 (六) 18:43
第662行: 第662行:  
Each node, <math>x_i</math>, has a PageRank as defined by the sum of pages <math>j</math> that link to <math>i</math> times one over the outlinks or "out-degree" of <math>j</math> times the "importance" or PageRank of <math>j</math>.
 
Each node, <math>x_i</math>, has a PageRank as defined by the sum of pages <math>j</math> that link to <math>i</math> times one over the outlinks or "out-degree" of <math>j</math> times the "importance" or PageRank of <math>j</math>.
   −
PageRank算法的工作原理是随机选择“节点”或网站,然后以一定的概率“随机跳转”到其他节点。通过随机跳转到这些其他节点,它帮助 PageRank算法完全遍历网络,因为可能一些不容易被跳转到的边缘网站。
+
PageRank算法的工作原理是随机选择“节点”或网站,然后以一定的概率“随机跳转”到其他节点。由于存在一些不容易被评估的边缘网站,因此通过随机跳转到这些其他节点,PageRank算法可以完全遍历网络。
 +
 
 +
每个节点 <math>x_i</math> 都有一个PageRank,定义为从 <math>j</math> 连接到 <math>i</math> 的页面总和乘以1,除以 <math>j</math> 的出度,再乘以 <math>j</math> 的“重要性”或PageRank。
 
: <math>x_i = \sum_{j\rightarrow i}{1\over N_j}x_j^{(k)}</math>
 
: <math>x_i = \sum_{j\rightarrow i}{1\over N_j}x_j^{(k)}</math>
  
198

个编辑

导航菜单