Click or drag to resize
Accord.NET (logo)

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
)
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