root/trunk/w2iscms.c

Revision 389, 340 bytes (checked in by heitor.barbieri, 3 weeks ago)

essage first commit

Line 
1        /* init similarity computation for document only components */
2        float Wsomaq=0; /* init sum of squares for document terms */
3            float somaprod,somaq,simil; /* computation variables */
4
5        /* init document most similar hit */
6        float collapsesim1=0.0;
7        LONGX collapsemfn1=0;
8        LONGX collapsehit1=0;
Note: See TracBrowser for help on using the browser.