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