Kizspy | Question: 26 (Choose 1 answer)
In a corpus of N documents, one document is randomly picked. The document contains a total of T terms and the term "data" appears K times.What is the correct value for the product of TF (term frequency) and IDF (inverse-document-frequency), if the term "data" appears in approximately one-third of the total documents?
A. KT * Log(3)
B. K* Log(3)/T
C. T* Log(3)/K
D. Log(3)/KT