`
poson
  • 浏览: 361332 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

Query rewriting through link analysis of the click graph.pdf matlab code (demo)

阅读更多
S= [0 0 0 0 0 1 0 0 0 ;
    0 0 0 0 0 1 1 0 0;
    0 0 0 0 0 1 1 0 0;
    0 0 0 0 0 0 1 0 0 ;
    0 0 0 0 0 0 0 1 1;
    1 1 1 0 0 0 0 0 0 ;
    0 1 1 1 0 0 0 0 0 ;
    0 0 0 0 1 0 0 0 0;
    0 0 0 0 1 0 0 0 0];
count=9;
I=eye(count);
x=[1 1 1 1 1 1 1 1 1];

b=eye(count);
P=ones(count);

for i=1:count
    for j=1:count
        k=b(i,:)*S*x';
        if k==0
            P(i,j)=0;
        else
            P(j,i)=S(i,j)/k;
        end
    end
end

C=0.8;
S=I;
P
for i=1:100
    S=C*P'*S*P+I-diag(diag(C*P'*S*P));
end
S

分享到:
评论

相关推荐

    Functional Programming and Parallel Graph Rewriting.pdf

    本文将基于“Functional Programming and Parallel Graph Rewriting.pdf”这一资料,深入分析其核心概念、理论框架以及实际应用,旨在展现函数式语言的强大表达力和并行图重写系统的高效性。 ### 函数式编程:简洁...

    sympy-docs-pdf-1.0.pdf

    The installation process is straightforward and can be done through several methods. ##### 1.1 Anaconda One popular way to install SymPy is via Anaconda, a distribution that includes many ...

    nslations as Manipulation and Rewriting- Comparing the Different Translations-论文.zip

    标题中的“nslations as Manipulation and Rewriting- Comparing the Different Translations”涉及的是翻译研究的一个重要领域,即翻译的操纵与改写,并通过比较不同的翻译版本来探讨这一主题。这篇论文可能深入...

    Manning.Git.in.Practice.2014.9.pdf

    - **Visualizing Commit History**: Tools like `gitk`, `tig`, and `git log --graph` provide graphical representations of the commit history. These tools help visualize the branching and merging patterns...

    Redis 3.0 中文版 - v1.1.pdf

    第 1 章Redis 介绍. . . . . . . . . ....第 2 章数据类型初探....字符串 (Strings) ....列表 (Lists)....集合 (Sets) ....哈希 / 散列 (Hashes) ....有序集合 (Sorted sets) ....位图 (Bitmaps) 和超重对数 (HyperLogLogs) ....

    Docker on Windows.pdf

    If you want to modernize an old monolithic application without rewriting it, smooth the deployment to production, or move to DevOps or the cloud, then Docker is the enabler for you. This book gives ...

    Introduction.To.Algorithms,.Second.Edition

    addition of new chapters to the rewriting of individual sentences. To the teacher This book is designed to be both versatile and complete. You will find it useful for a variety of courses, from an ...

    Professional_Linux_Programming.pdf

    Version 3: Rewriting the Data Layer,Adding Logging and Exceptions 437 Version 4: Applying a Templating Framework 441 Summary 442 Index 443 GNU 47 Acknowledgments ix Introduction xix Chapter 1: Working...

    [麻省理工学院-算法导论].Introduction.to.Algorithms,.Second.Edition

    This book provides a comprehensive introduction to the modern study of computer algorithms.... The changes range from the addition of new chapters to the rewriting of individual sentences.

    算法导论(二)CLRS.chm

    This book provides a comprehensive introduction to the modern study of computer algorithms.... The changes range from the addition of new chapters to the rewriting of individual sentences.

    算法导论(英文版)

    This book provides a comprehensive introduction to the modern study of computer algorithms. It presents many algorithms and covers ...addition of new chapters to the rewriting of individual sentences.

    Inside Microsoft SQL Server 2000

    1. The Evolution of Microsoft SQL Server: 1989 to 2000 [加入我的離線書架] . SQL Server: The Early Years . Ron's Story . Kalen's Story . Microsoft SQL Server Ships . Development Roles Evolve . OS...

    五大安全会议的近几年android安全相关文章.pdf

    1. **Methodology for Empirical Analysis of Permission-Based Security Models**: 提供了一种实证分析基于权限的安全模型的方法,并应用于Android系统。 **2011** 1. **POSTER: The Quest for Security against ...

    Crystal Reports 9 - The Complete Reference.part1

    Crystal Reports(R) 9: The Complete Reference Publisher:McGraw-Hill Osborne Media (2002-11-19) | ISBN-10: 007222519X | PDF | 6.3 Mb |880 pages Crystal Reports(R) 9: The complete reference, Ebooks ...

    Functional Programming and Parallel Graph Rewriting

    #### 标题解析:“Functional Programming and Parallel Graph Rewriting” 此标题直译为“函数式编程与并行图重写”,表明了文章的主要讨论方向,即如何在函数式编程范式下,通过图重写的理论和技术实现高效并行...

    smtp_mailflows.pdf

    - **MailFlows original design by Patrik Fältström according to SPF code of conduct 2June2004 v0.90** —— 指出该设计遵循SPF规范。 - **outbound port25 blocked by many ISPs** —— 许多ISP会阻止外发的...

    Ontop: Answering SPARQL Queries over Relational Databases

    materializing triples and that is implemented through query rewriting techniques, extensive optimizations exploiting all elements of the OBDA architecture, its compliance to all relevant W3C ...

Global site tag (gtag.js) - Google Analytics