Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: "relevence computation".   Results from 211 to 220 from 486 (5.429s).
Did you mean:
SpellChecker(?): "relevance computation" 
ReSearcher(?): "relevancy computation"  "relevent computation"  "relevance computation"  "relevency computation" 
Relaxer(?): relevence computation 
Loading phrases to help you
refine your search...
No results found for "relevence computation".
Search results for relevence computation :
LMDirichletSimilarity for multiple fields - Lucene - [mail # user]
...Query and FieldsQuery to get relevant documents and compute the ranking function (the first probability). However, my current solution omits p(t | \theta^f) values for the fields, which do not contain...
... + mu * collectionProbability) / (docLen + mu);         return score;     }      @Override     public void computeNorm(FieldInvertState state, Norm norm) {         byte length = new Integer...
[+ show more]
   Author: Nikita Zhiltsov, 2012-12-10, 05:36
Re: Can someone suggest an approach for calculating precision and recall for distributed recommendations? - Mahout - [mail # user]
...Obviously, you need to refer also to scores of other items as well.  One handy stat is AUC whcih you can compute by averaging to get the probability that a relevant (viewed) item has...
... a higher recommendation score than a non-relevant (not viewed) item.  On Sun, Aug 26, 2012 at 5:55 PM, Sean Owen  wrote:  ...
   Author: Ted Dunning, 2012-08-27, 21:54
GenericRecommenderIRStatsEvaluator.java - Mahout - [source code]
....0);   /**    * Pass as "relevanceThreshold" argument to    * {@link #evaluate(RecommenderBuilder, DataModelBuilder, DataModel, IDRescorer, int, double, double)} to    * have it attempt to compute a reasonable...
...Model.getPreferencesFromUser(userID);       // List some most-preferred items that would count as (most) "relevant" results       double theRelevanceThreshold = Double.isNaN(relevanceThreshold) ? computeThreshold(prefs) : relevance...
[+ show more]
  
Lucene Change Log - Lucene - [web site]
..._ONLY instead. (Robert Muir) LUCENE-3097: Added a new grouping collector that can be used to retrieve all most relevant documents per group. This can be useful in situations when one wants to compute...
....  Improved age calculation in SearcherLifetimeManager, to have double precision and to compute age to be how long ago the searcher was replaced with a new searcher (Mike McCandless) LUCENE-3658...
[+ show more]
http://lucene.apache.org/java/3_6_0/changes/Changes.html    2012-04-12, 03:32
Lucene contrib change Log - Lucene - [web site]
...AutoStopWordAnalyzer.addStopWords* since they prevent reuse.  Stopwords are now to be computed when the Analyzer is instantiated. If new stopwords are needed, a new Analyzer instance should be created. (Chris Male) LUCENE-3434...
... of categories, and index them with documents. It also provides search API for aggregating (e.g. count) the weights of the categories that are relevant to the search results. (Shai Erera) LUCENE-3171...
[+ show more]
http://lucene.apache.org/java/old_versioned_docs/versio.../Contrib-Changes.html    2012-04-01, 05:07
Lucene Change Log - Lucene - [web site]
... all most relevant documents per group. This can be useful in situations when one wants to compute grouping based facets / statistics on the complete query result. (Martijn van Groningen...
..., return a SingleTermEnum. (ludovic Boutros, Uwe Schindler, Robert Muir)    Changes in runtime behavior   (4)      LUCENE-2834: the hash used to compute the lock file name when the lock file...
[+ show more]
http://lucene.apache.org/java/old_versioned_docs/versions/3_4_0.../Changes.html    2012-04-01, 05:07
Lucene Change Log - Lucene - [web site]
... Levenshtein Distance computation in FuzzyQuery. (Cédrik Lime via Mike McCandless) LUCENE-2006: Optimization of FieldDocSortedHitQueue to always use Comparable<?> interface. (Uwe Schindler...
...-IndexSearcher whether scores are computed when sorting by field. (Uwe Schindler, Mike McCandless) LUCENE-2043: Make IndexReader.commit(Map<String,String>) public. (Mike McCandless)    Documentation...
[+ show more]
http://lucene.apache.org/java/docs/old_versioned_docs/versions/.../Changes.html    2012-04-01, 05:05
Re: Spatial+Dataimport full import results in OutOfMemory for a rectangle defining a line - Solr - [mail # user]
...Javier Molina wrote  Due to the bug, the accuracy computing algorithm believes the width for both of these is 0.  That algorithm also looks at the height, which is computed correctly...
....getBoundingBox();     //The diagonal distance should be the same computed from any opposite corner,     // and this is the longest distance that might be occurring within the shape.     double diagonalDist = ctx...
[+ show more]
   Author: David Smiley, 2013-01-22, 16:43
Lucene contrib change Log - Lucene - [web site]
... of categories, and index them with documents. It also provides search API for aggregating (e.g. count) the weights of the categories that are relevant to the search results. (Shai Erera) LUCENE-3171...
..., Mike Mccandless, Robert Muir) LUCENE-3129: Added BlockGroupingCollector, a single pass grouping collector which is faster than the two-pass approach, and also computes the total group count...
[+ show more]
http://lucene.apache.org/java/docs/old_versioned_docs/v.../Contrib-Changes.html    2012-02-06, 23:25
Re: Vector distance within a cluster - Mahout - [mail # user]
... it the centroids and data points you have and use it to return a list of OnlineSummarizers with the relevant distance statistics (your classes are probably not the same but this is a good starting point...
...). I computed the distances from each point to its cluster's center and summarized the distances in an OnlineSummarizer. You then get (similar to what you ask for): 1. the number of points...
   Author: Dan Filimon, 2013-02-26, 16:04
Sort:
project
Lucene (273)
Solr (70)
Mahout (54)
ElasticSearch (43)
Nutch (23)
OpenRelevance (9)
Tika (7)
Lucene.Net (5)
Lucy (1)
type
mail # user (225)
web site (116)
mail # dev (70)
source code (35)
wiki (19)
mail # general (9)
issue (6)
javadoc (5)
Sematext # blog (1)
date
last 7 days (1)
last 30 days (28)
last 90 days (79)
last 6 months (143)
last 9 months (382)
author
Mattmann, Chris A (20)
Chris Hostetter (11)
Chuck Williams (10)
Terry Steichen (8)
Grant Ingersoll (6)
Michael McCandless (6)
Otis Gospodnetic (6)
Ted Dunning (6)
Gururaja H (5)
Sean Owen (5)
aash dhariya (5)
Erick Erickson (4)
LewisJohnMcgibbney (4)
Mario (4)
Dan Brickley (3)