Click or drag to resize
Accord.NET (logo)

SparseWriterWrite Method (SparseDouble, Boolean)

Writes the given feature vectors and associated output label/value to the file.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public void Write(
	Sparse<double>[] features,
	bool[] outputs
)
Request Example View Source

Parameters

features
Type: Accord.MathSparseDouble
The array of feature vectors to be written.
outputs
Type: SystemBoolean
The array of output values to be written.
See Also