Question Bank - BE IT - ISR
Question Bank - BE IT - ISR
4 Find the Similarity of the following query with documents- D1,D2,D3 using vector I
model
Query Keywords
Q mouse,dog
Document Text Terms
D1 mouse mouse bee mouse bee
D2 dog bee dog hog mouse bee dog hog
Hog dog mouse dog
D3 cat gnu dog eel fox cat dog eel fox gnu
7 Perform Term based single pass clustering with threshold value 10 and use simple I
dot product as a Similarity calculation function.
T1 T2 T3 T4 T5
Doc1 1 2 0 0 1
Doc2 3 1 2 3 0
Doc3 3 0 0 0 1
Doc4 2 1 0 3 0
Doc5 2 2 1 5 1
1
2 0.6
3 0.6 0.8
4 0.9 0.9 0.7
5 0.9 0.6 0.6 0.9
6 0.5 0.5 0.9 0.5 0.5
1 2 3 4 5 6
Threshold 0.4,0.6,0.8, 0.9.
Apply Single link algorithm and calculate cluster for above 6 objects.