search for: 300th

Displaying 4 results from an estimated 4 matches for "300th".

Did you mean: 30th
2017 Sep 28
1
Weighting the author of a doc when that term can also appear as a frequent term in other docs
...utterly dominate search results for which Hoxby is the author. But I don't want to set the weight on the author field to like 300, that would cause a search for "Moore's Law" to be dominated by results written by authors named Moore. One suggestion someone had was what if the 300th mention of Hoxby was not as important as the first. I tried to read  https://xapian.org/docs/bm25.html and I think I conclude that as long as f is small relative to L or K, the value of the expression will increase linearly with f. To make it less than linear, we might invoke > BM25 origi...
2007 May 15
6
Behaviour of pool_size setting
...MiddleMan.new_worker(:class => :execution_worker, :args => {...some_args...}) Why do I see so much more than my declared number of 30 workers? Am I wrong somehow? How do I have to understand the behaviour of pool_size? What happens when I have 30 workers working and the 31st, 32nd, ..., 300th request to start a worker comes in? Thanks & Regards! Christian -------------- next part -------------- A non-text attachment was scrubbed... Name: cschlaefcke.vcf Type: text/x-vcard Size: 368 bytes Desc: not available Url : http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070...
2007 Jul 29
5
wxruby2 beta 1.9.0 released
Hi I''m pleased to announce the release of wxruby2 version 1.9.0. This is a significant milestone for wxruby as this is the first release that we consider near to production quality. We hope that this 1.9.x series of releases will soon lead to a stable wxruby 2.0. = INSTALLATION The easiest way to install is using a ready-to-use binary gem for your platform: gem install wxruby Or
2012 Oct 25
5
system is computationally singular: reciprocal condition number
Hi folks, I know, this is a fairly common question and I am really disappointed that I could not find a solution. I am trying to calculate Mahanalobis distances in a data frame, where I have several hundreds groups and several hundreds of variables. Whatever I do, however I subset it I get the "system is computationally singular: reciprocal condition number" error. I know what it means