Differences between revisions 1 and 2
Revision 1 as of 2006-01-22 16:59:09
Size: 670
Editor: yakko
Comment:
Revision 2 as of 2006-01-22 17:05:41
Size: 711
Editor: yakko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Introduction ==
Line 7: Line 8:

== Section 2.3 ==

Introduction

  • Predicting which documents are relevant is usaually dependent on a ranking algorithm.

  • The three classic models in information retreival are:
    • Boolean Model: In the boolean model documents and queries are represented as sets of index terms, thus we say this model is a set theoretic model

    • Vector Model: In the vector model documents and queries are represented as vectors in a t-dimensional space, thus we say that the model is algebraic.

    • Probabilistic Model: The framework for modeling document and query representations is based on probability theory, and thus we sat that the model is prababilistic.

Section 2.3

unl/Csce810Chapter2 (last edited 2020-01-26 18:49:25 by scot)