Class LMSimilarity.LMStats
Stores the collection distribution of the current term.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Search.Similarities
Assembly: Lucene.Net.dll
Syntax
public class LMStats : BasicStats
Constructors
| Improve this Doc View SourceLMStats(String, Single)
Creates LMSimilarity.LMStats for the provided field and query-time boost
Declaration
public LMStats(string field, float queryBoost)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | |
System.Single | queryBoost |
Properties
| Improve this Doc View SourceCollectionProbability
Returns the probability that the current term is generated by the collection.
Declaration
public float CollectionProbability { get; set; }
Property Value
Type | Description |
---|---|
System.Single |