|
WebDataSet Constructor (String)
|
Initializes a new instance of the
WebDataSet class.
Namespace:
Accord.DataSets.Base
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax protected WebDataSet(
string path
)
Protected 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