|
SparseWriterWrite Method (SparseDouble, Double)
|
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(
Sparse<double> feature,
double output
)
Public Sub Write (
feature As Sparse(Of Double),
output As Double
)
Request Example
View SourceParameters
- feature
- Type: Accord.MathSparseDouble
The feature vector to be written. - output
- Type: SystemDouble
The output value to be written.
See Also