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