Search Results for

    Show / Hide Table of Contents

    Interface IIBSimilarity

    Information based model similarity. The algorithm is based on the concept that the information content in any symbolic distribution sequence is primarily determined by the repetitive usage of its basic elements. For written texts this challenge would correspond to comparing the writing styles of different authors.

    Inherited Members
    ISimilarity.Type
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIBSimilarity : ISimilarity

    Properties

    | Edit this page View Source

    Distribution

    The distribution

    Declaration
    [DataMember(Name = "distribution")]
    IBDistribution? Distribution { get; set; }
    Property Value
    Type Description
    IBDistribution?
    | Edit this page View Source

    Lambda

    The lambda

    Declaration
    [DataMember(Name = "lambda")]
    IBLambda? Lambda { get; set; }
    Property Value
    Type Description
    IBLambda?
    | Edit this page View Source

    Normalization

    The normalization

    Declaration
    [DataMember(Name = "normalization")]
    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
    [DataMember(Name = "normalization.h1.c")]
    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
    [DataMember(Name = "normalization.h2.c")]
    double? NormalizationH2C { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    NormalizationH3C

    Dirichlet Priors normalization

    Declaration
    [DataMember(Name = "normalization.h3.c")]
    double? NormalizationH3C { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    NormalizationZZ

    Pareto-Zipf Normalization

    Declaration
    [DataMember(Name = "normalization.z.z")]
    double? NormalizationZZ { get; set; }
    Property Value
    Type Description
    double?

    Extension Methods

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