Class SeparationQuality<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Quality metrics for source separation.
public class SeparationQuality<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
SeparationQuality<T>
- Inherited Members
Properties
SAR
Gets or sets the Signal-to-Artifacts Ratio (SAR) for each source.
public IReadOnlyDictionary<string, T> SAR { get; set; }
Property Value
SDR
Gets or sets the Signal-to-Distortion Ratio (SDR) for each source.
public IReadOnlyDictionary<string, T> SDR { get; set; }
Property Value
SIR
Gets or sets the Signal-to-Interference Ratio (SIR) for each source.
public IReadOnlyDictionary<string, T> SIR { get; set; }