Class DFRSimilarity
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class DFRSimilarity : IDFRSimilarity, ISimilarity
Properties
| Edit this page View SourceAfterEffect
The after effect
Declaration
public DFRAfterEffect? AfterEffect { get; set; }
Property Value
Type | Description |
---|---|
DFRAfterEffect? |
BasicModel
The basic model
Declaration
public DFRBasicModel? BasicModel { get; set; }
Property Value
Type | Description |
---|---|
DFRBasicModel? |
Normalization
The normalization
Declaration
public Normalization? Normalization { get; set; }
Property Value
Type | Description |
---|---|
Normalization? |
NormalizationH1C
Normalization model that assumes a uniform distribution of the term frequency.
Declaration
public double? NormalizationH1C { get; set; }
Property Value
Type | Description |
---|---|
double? |
NormalizationH2C
Normalization model in which the term frequency is inversely related to the length.
Declaration
public double? NormalizationH2C { get; set; }
Property Value
Type | Description |
---|---|
double? |
NormalizationH3C
Dirichlet Priors normalization
Declaration
public double? NormalizationH3C { get; set; }
Property Value
Type | Description |
---|---|
double? |
NormalizationZZ
Pareto-Zipf Normalization
Declaration
public double? NormalizationZZ { get; set; }
Property Value
Type | Description |
---|---|
double? |
Type
The type of similarity.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
string |