Table of Contents

Method WithReturnScores

Namespace
LMKit.Agents.Templates
Assembly
LM-Kit.NET.dll

WithReturnScores(bool)

Sets whether to return confidence scores for all categories.

public ClassifierAgentTemplate WithReturnScores(bool returnScores = true)

Parameters

returnScores bool

True to return scores (default).

Returns

ClassifierAgentTemplate