|
ReceiverOperatingCharacteristicSave Method (String)
|
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(
string path
)
Public Sub Save (
path As String
)
Request Example
View SourceParameters
- path
- Type: SystemString
The path to the file to which the curve is to be serialized.
See Also