Class KeyHypothesis<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A key hypothesis with confidence score.
public class KeyHypothesis<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
KeyHypothesis<T>
- Inherited Members
Properties
Confidence
Gets or sets the confidence score.
public T Confidence { get; set; }
Property Value
- T
Key
Gets or sets the key.
public string Key { get; set; }