Table of Contents

Class KeyHypothesis<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

A key hypothesis with confidence score.

public class KeyHypothesis<T>

Type Parameters

T

The 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; }

Property Value

string