|
SparseWriterWrite Method (Double, Boolean)
|
Writes the given feature vector 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[] feature,
bool output
)
Public Sub Write (
feature As Double(),
output As Boolean
)
Request Example
View SourceParameters
- feature
- Type: SystemDouble
The feature vector to be written. - output
- Type: SystemBoolean
The output value to be written.
See Also