Table of Contents

Constructor PointEntry

Namespace
LMKit.Data.Storage
Assembly
LM-Kit.NET.dll

PointEntry(string, IList<float>, MetadataCollection)

Initializes a new instance of the PointEntry struct with the specified identifier, vector, and metadata.

public PointEntry(string id, IList<float> vector, MetadataCollection metadata)

Parameters

id string

The unique identifier for the point entry.

vector IList<float>

The vector data associated with the point entry.

metadata MetadataCollection

The metadata associated with the point entry.