Show / Hide Table of Contents

    Class NormalizationH3

    Dirichlet Priors normalization

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Normalization
    NormalizationH3
    Inherited Members
    Normalization.Explain(BasicStats, Single, Single)
    Namespace: Lucene.Net.Search.Similarities
    Assembly: Lucene.Net.dll
    Syntax
    public class NormalizationH3 : Normalization

    Constructors

    | Improve this Doc View Source

    NormalizationH3()

    Calls NormalizationH3(800)

    Declaration
    public NormalizationH3()
    | Improve this Doc View Source

    NormalizationH3(Single)

    Creates NormalizationH3 with the supplied parameter μ.

    Declaration
    public NormalizationH3(float mu)
    Parameters
    Type Name Description
    System.Single mu

    smoothing parameter μ

    Properties

    | Improve this Doc View Source

    Mu

    Returns the parameter μ

    Declaration
    public virtual float Mu { get; }
    Property Value
    Type Description
    System.Single
    See Also
    NormalizationH3(Single)

    Methods

    | Improve this Doc View Source

    Tfn(BasicStats, Single, Single)

    Declaration
    public override float Tfn(BasicStats stats, float tf, float len)
    Parameters
    Type Name Description
    BasicStats stats
    System.Single tf
    System.Single len
    Returns
    Type Description
    System.Single
    Overrides
    Normalization.Tfn(BasicStats, Single, Single)
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    Normalization.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)