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
Exceptions
- ArgumentNullException
Thrown when the provided
model
argument is null.