Click or drag to resize
Accord.NET (logo)

SparseDataSetDownload Method

Downloads the dataset from a specified URL, saving it to disk, and returning it as a set of sparse vectors>. If the dataset already exists in the disk, it will not be redownloaded again.

Namespace:  Accord.DataSets.Base
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
protected Tuple<Sparse<double>[], double[]> Download(
	string url
)
Request Example View Source

Parameters

url
Type: SystemString
The URL where the dataset resides.

Return Value

Type: TupleSparseDouble, Double
System.Tuple<Accord.Math.Sparse<System.Double>[], System.Double[]>.
See Also