Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • May I display to client the value 11.166275978088 as "relevance 11%"?
    – se_pavel
    Commented May 18, 2009 at 17:37
  • 1
    that would be a bad idea...its not accurate that way...no Commented Jan 12, 2010 at 21:53
  • @se_pavel rather I think what you could do instead is get the sum of the score, divide it by 11.1662xx.. and multiply it by 100. If my math is not haywire, you should be able to get the relevance percentage easily. Example: 11/159.399*100 = 6.90092158671%
    – Ihsan
    Commented Jan 28, 2020 at 3:45