Search Results for

    Show / Hide Table of Contents

    Class KnnMethod

    Inheritance
    object
    KnnMethod
    Implements
    IKnnMethod
    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 KnnMethod : IKnnMethod

    Properties

    | Edit this page View Source

    Engine

    The approximate k-NN library to use for indexing and search.

    Declaration
    public string Engine { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    The identifier for the nearest neighbor method.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Parameters

    The parameters used for the nearest neighbor method.

    Declaration
    public IDictionary<string, object> Parameters { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    SpaceType

    The vector space used to calculate the distance between vectors.

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

    Implements

    IKnnMethod

    Extension Methods

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