Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicLoad Method (Stream)

Loads a curve from a stream.

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

Parameters

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

Return Value

Type: ReceiverOperatingCharacteristic
The deserialized curve.
See Also