Class KnnMethod
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class KnnMethod : IKnnMethod
Properties
| Edit this page View SourceEngine
The approximate k-NN library to use for indexing and search.
Declaration
public string Engine { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The identifier for the nearest neighbor method.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameters
The parameters used for the nearest neighbor method.
Declaration
public IDictionary<string, object> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
SpaceType
The vector space used to calculate the distance between vectors.
Declaration
public string SpaceType { get; set; }
Property Value
Type | Description |
---|---|
string |