Generalized vector space model: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date maintenance tags: build 391:
No edit summary
Line 8:
For a document ''d<sub>k</sub>'' and a query ''q'' the similarity function now becomes:
 
:<math>sim(d_k,q) = \frac{\sum _{j=1}^n \sum _{i=1}^n w_{i,k}*w_{ij,q}*t_i \cdot t_j }{\sqrt{\sum _{i=1}^n w_{i,k}^2}*\sqrt{\sum _{i=1}^n w_{i,q}^2}}</math>
 
where ''t<sub>i</sub>'' and ''t<sub>j</sub>'' are now vectors of a ''2<sup>n</sup>'' dimensional space.