Table of Contents

Constructor Embedder

Namespace
LMKit.Embeddings
Assembly
LM-Kit.NET.dll

Embedder(LM)

Initializes a new instance of the Embedder class.

public Embedder(LM model)

Parameters

model LM

An LM object that specifies the language model to be used by the instance.

Exceptions

ArgumentNullException

Thrown when the provided model argument is null.