Click or drag to resize
Accord.NET (logo)

HiddenConditionalRandomFieldTSave Method (String)

Note: This API is now obsolete.

Saves the random field to a stream.

Namespace:  Accord.Statistics.Models.Fields
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Accord.IO.Serializer.Save() instead.")]
public void Save(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The stream to which the random field is to be serialized.
See Also