Constructor Categorization
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
Categorization(LLM)
Creates an instance of the Categorization class.
public Categorization(LLM model)
Parameters
Exceptions
- ArgumentNullException
Thrown when the provided
model
argument is null, indicating that a valid model is required to create a Categorization instance.