Table of Contents

Class ModulationPoint<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

A point where the key changes (modulation).

public class ModulationPoint<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
ModulationPoint<T>
Inherited Members

Properties

Confidence

Gets or sets the confidence in the modulation detection.

public T Confidence { get; set; }

Property Value

T

FromKey

Gets or sets the key before the modulation.

public string FromKey { get; set; }

Property Value

string

Time

Gets or sets the time of the modulation in seconds.

public double Time { get; set; }

Property Value

double

ToKey

Gets or sets the key after the modulation.

public string ToKey { get; set; }

Property Value

string