|
SparseWriterWrite Method (Double, 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(
double[][] features,
bool[] outputs
)
Public Sub Write (
features As Double()(),
outputs As Boolean()
)
Request Example
View SourceParameters
- features
- Type: SystemDouble
The array of feature vectors to be written. - outputs
- Type: SystemBoolean
The array of output values to be written.
See Also