Search Results for

    Show / Hide Table of Contents

    Class DFRSimilarity

    Inheritance
    object
    DFRSimilarity
    Implements
    IDFRSimilarity
    ISimilarity
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class DFRSimilarity : IDFRSimilarity, ISimilarity

    Properties

    | Edit this page View Source

    AfterEffect

    The after effect

    Declaration
    public DFRAfterEffect? AfterEffect { get; set; }
    Property Value
    Type Description
    DFRAfterEffect?
    | Edit this page View Source

    BasicModel

    The basic model

    Declaration
    public DFRBasicModel? BasicModel { get; set; }
    Property Value
    Type Description
    DFRBasicModel?
    | Edit this page View Source

    Normalization

    The normalization

    Declaration
    public Normalization? Normalization { get; set; }
    Property Value
    Type Description
    Normalization?
    | Edit this page View Source

    NormalizationH1C

    Normalization model that assumes a uniform distribution of the term frequency.

    Declaration
    public double? NormalizationH1C { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    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?
    | Edit this page View Source

    NormalizationH3C

    Dirichlet Priors normalization

    Declaration
    public double? NormalizationH3C { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    NormalizationZZ

    Pareto-Zipf Normalization

    Declaration
    public double? NormalizationZZ { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Type

    The type of similarity.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string

    Implements

    IDFRSimilarity
    ISimilarity

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AfterEffect
      • BasicModel
      • Normalization
      • NormalizationH1C
      • NormalizationH2C
      • NormalizationH3C
      • NormalizationZZ
      • Type
    • Implements
    • Extension Methods
    Back to top Generated by DocFX