Table of Contents

Class GenreFeatures<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Features extracted for genre classification (generic version).

public class GenreFeatures<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
GenreFeatures<T>
Inherited Members

Properties

MfccMean

Gets or sets the mean MFCC coefficients.

public T[] MfccMean { get; set; }

Property Value

T[]

MfccStd

Gets or sets the standard deviation of MFCC coefficients.

public T[] MfccStd { get; set; }

Property Value

T[]

Tempo

Gets or sets the estimated tempo in BPM.

public T Tempo { get; set; }

Property Value

T