|
BootstrapResultSave Method (Stream)
|
Saves the result to a stream.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public void Save(
Stream stream
)
Public Sub Save (
stream As Stream
)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream to which the result is to be serialized.
See Also