Table of Contents

Class SeparationQuality<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Quality metrics for source separation.

public class SeparationQuality<T>

Type Parameters

T

The 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

IReadOnlyDictionary<string, T>

SDR

Gets or sets the Signal-to-Distortion Ratio (SDR) for each source.

public IReadOnlyDictionary<string, T> SDR { get; set; }

Property Value

IReadOnlyDictionary<string, T>

SIR

Gets or sets the Signal-to-Interference Ratio (SIR) for each source.

public IReadOnlyDictionary<string, T> SIR { get; set; }

Property Value

IReadOnlyDictionary<string, T>