Search Results for

    Show / Hide Table of Contents

    Class DFISimilarity

    Inheritance
    object
    DFISimilarity
    Implements
    IDFISimilarity
    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 DFISimilarity : IDFISimilarity, ISimilarity

    Properties

    | Edit this page View Source

    IndependenceMeasure

    The independence measure

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

    Type

    The type of similarity.

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

    Implements

    IDFISimilarity
    ISimilarity

    Extension Methods

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