|
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
)
Public Sub New (
Optional path As String = Nothing,
Optional downloadTrainingSet As Boolean = true,
Optional downloadTestingSet As Boolean = true
)
Request Example
View SourceParameters
- 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