Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicSave Method (Stream)

Saves the curve to a stream.

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

Parameters

stream
Type: System.IOStream
The stream to which the curve is to be serialized.
See Also