Class ModulationPoint<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A point where the key changes (modulation).
public class ModulationPoint<T>
Type Parameters
TThe 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
Time
Gets or sets the time of the modulation in seconds.
public double Time { get; set; }
Property Value
ToKey
Gets or sets the key after the modulation.
public string ToKey { get; set; }