Class SceneFeatures<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Features extracted for scene classification (generic version).
public class SceneFeatures<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
SceneFeatures<T>
- Inherited Members
Properties
BandEnergies
Gets or sets the band energies.
public T[] BandEnergies { get; set; }
Property Value
- T[]
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