Click or drag to resize
Accord.NET (logo)

HiddenConditionalRandomFieldTLoad Method (Stream)

Note: This API is now obsolete.

Loads a random field from 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.Load<HiddenConditionalRandomField<T>>() instead.")]
public static HiddenConditionalRandomField<T> Load(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream from which the random field is to be deserialized.

Return Value

Type: HiddenConditionalRandomFieldT
The deserialized random field.
See Also