Click or drag to resize
Accord.NET (logo)

BootstrapResultLoad Method (Stream)

Loads a result from a stream.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static BootstrapResult Load(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream from which the result is to be deserialized.

Return Value

Type: BootstrapResult
The deserialized result.
See Also