Table of Contents

Constructor Categorization

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

Categorization(LLM)

Creates an instance of the Categorization class.

public Categorization(LLM model)

Parameters

model LLM

A LLM object that specifies the LLM model to be inferred by the instance.

Exceptions

ArgumentNullException

Thrown when the provided model argument is null, indicating that a valid model is required to create a Categorization instance.