Click or drag to resize
Accord.NET (logo)

FreeSpokenDigitsDataset Constructor

Initializes a new instance of the FreeSpokenDigitsDataset class.

Namespace:  Accord.DataSets
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public FreeSpokenDigitsDataset(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path where datasets will be stored. If null or empty, the dataset will be saved on a subfolder called "data" in the current working directory.
See Also