|
FreeSpokenDigitsDataset Constructor
|
Namespace:
Accord.DataSets
Assembly:
Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax public FreeSpokenDigitsDataset(
string path
)
Public Sub New (
path As String
)
Request Example
View SourceParameters
- 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