开发者

How to find unknown value if idf is given

开发者 https://www.devze.com 2022-12-07 18:49 出处:网络
We know the formula for idf is as fol:- idf = log10 (N/df) where N is the total number of documents. what if we have idf and df values given and we have to find N. I tried following method but itretu

We know the formula for idf is as fol:-

idf = log10 (N/df)

where N is the total number of documents. what if we have idf and df values given and we have to find N. I tried following method but it returns wrong result:-

 if y = logb (开发者_运维知识库x) then
    x = b^y

please help.

0

精彩评论

暂无评论...
验证码 换一张
取 消