Search Results for

    Show / Hide Table of Contents

    Class RankFeatureSaturationFunctionDescriptor

    Gives a score that is equal to S / (S + pivot) where S is the value of the rank feature and pivot is a configurable pivot value so that the result will be less than 0.5 if S is less than pivot and greater than 0.5 otherwise. Scores are always is (0, 1). If the rank feature has a negative score impact then the function will be computed as pivot / (S + pivot), which decreases when S increases.

    Inheritance
    object
    DescriptorBase<RankFeatureSaturationFunctionDescriptor, IRankFeatureSaturationFunction>
    RankFeatureSaturationFunctionDescriptor
    Implements
    IDescriptor
    IRankFeatureSaturationFunction
    IRankFeatureFunction
    Inherited Members
    DescriptorBase<RankFeatureSaturationFunctionDescriptor, IRankFeatureSaturationFunction>.Self
    DescriptorBase<RankFeatureSaturationFunctionDescriptor, IRankFeatureSaturationFunction>.Assign<TValue>(TValue, Action<IRankFeatureSaturationFunction, TValue>)
    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 RankFeatureSaturationFunctionDescriptor : DescriptorBase<RankFeatureSaturationFunctionDescriptor, IRankFeatureSaturationFunction>, IDescriptor, IRankFeatureSaturationFunction, IRankFeatureFunction

    Methods

    | Edit this page View Source

    Pivot(float?)

    Declaration
    public RankFeatureSaturationFunctionDescriptor Pivot(float? pivot)
    Parameters
    Type Name Description
    float? pivot
    Returns
    Type Description
    RankFeatureSaturationFunctionDescriptor

    Implements

    IDescriptor
    IRankFeatureSaturationFunction
    IRankFeatureFunction

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Pivot(float?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX