Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class AfterEffect.NoAfterEffect

    Implementation used when there is no aftereffect.

    Inheritance
    object
    AfterEffect
    AfterEffect.NoAfterEffect
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Search.Similarities
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class AfterEffect.NoAfterEffect : AfterEffect

    Constructors

    NoAfterEffect()

    Sole constructor: parameter-free

    Declaration
    public NoAfterEffect()

    Methods

    Explain(BasicStats, float)

    Returns an explanation for the score.

    Declaration
    public override Explanation Explain(BasicStats stats, float tfn)
    Parameters
    Type Name Description
    BasicStats stats
    float tfn
    Returns
    Type Description
    Explanation
    Overrides
    AfterEffect.Explain(BasicStats, float)

    Score(BasicStats, float)

    Returns the aftereffect score.

    Declaration
    public override float Score(BasicStats stats, float tfn)
    Parameters
    Type Name Description
    BasicStats stats
    float tfn
    Returns
    Type Description
    float
    Overrides
    AfterEffect.Score(BasicStats, float)

    ToString()

    Subclasses must override this method to return the code of the after effect formula. Refer to the original paper for the list.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    AfterEffect.ToString()
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.