Click or drag to resize
Accord.NET (logo)

SparseIris Constructor

Downloads and prepares the Iris dataset.

Namespace:  Accord.DataSets
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
public SparseIris(
	string path = null
)
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.
See Also