Table of Contents

Property Confidence

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

Confidence

Confidence of the last sentiment analysis process, expressed as a floating-point value ranging from 0 to 1.
A score closer to 1 indicates a higher confidence level in the categorization accuracy, while a score closer to 0 suggests lower confidence.
This metric can be used to evaluate and filter predictions based on their reliability.

public float Confidence { get; }

Property Value

float