Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCharacteristicLoad Method (String)

Loads a curve from a file.

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

Parameters

path
Type: SystemString
The path to the file from which the curve is to be deserialized.

Return Value

Type: ReceiverOperatingCharacteristic
The deserialized curve.
See Also