|
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
)
Public Shared Function Load (
stream As Stream
) As ReceiverOperatingCharacteristic
Request Example
View SourceParameters
- stream
- Type: System.IOStream
The stream from which the curve is to be deserialized.
Return Value
Type:
ReceiverOperatingCharacteristicThe deserialized curve.
See Also