Class IndependenceChiSquared
- java.lang.Object
- 
- org.apache.lucene.search.similarities.Independence
- 
- org.apache.lucene.search.similarities.IndependenceChiSquared
 
 
- 
 public class IndependenceChiSquared extends Independence Normalized chi-squared measure of distance from independenceDescribed as: "can be used for tasks that require high precision, against both short and long queries." - WARNING: This API is experimental and might change in incompatible ways in the next release.
 
- 
- 
Constructor SummaryConstructors Constructor Description IndependenceChiSquared()Sole constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublescore(double freq, double expected)Computes distance from independenceStringtoString()
 
- 
- 
- 
Method Detail- 
scorepublic double score(double freq, double expected)Description copied from class:IndependenceComputes distance from independence- Specified by:
- scorein class- Independence
- Parameters:
- freq- actual term frequency
- expected- expected term frequency
 
 - 
toStringpublic String toString() - Specified by:
- toStringin class- Independence
 
 
- 
 
-