|
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
)
Protected Function Download (
url As String
) As Tuple(Of Sparse(Of Double)(), Double())
Request Example
View SourceParameters
- url
- Type: SystemString
The URL where the dataset resides.
Return Value
Type:
TupleSparseDouble,
DoubleSystem.Tuple<Accord.Math.Sparse<System.Double>[], System.Double[]>.
See Also