|
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
)
Public Sub Write (
features As Sparse(Of Double)(),
outputs As Boolean()
)
Request Example
View SourceParameters
- 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