Click or drag to resize
Accord.NET (logo)

RCV1v2 Constructor

Downloads and prepares the RCV1-v2 dataset.

Namespace:  Accord.DataSets
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
public RCV1v2(
	string path = null,
	bool downloadTrainingSet = true,
	bool downloadTestingSet = true
)
Request Example View Source

Parameters

path (Optional)
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.
downloadTrainingSet (Optional)
Type: SystemBoolean
Pass true to download the training set; false otherwise.
downloadTestingSet (Optional)
Type: SystemBoolean
Pass true to download the testing set; false otherwise.
See Also