|
ConditionalRandomFieldTLoad Method (String)
|
Note: This API is now obsolete.
Loads a random field from a file.
Namespace:
Accord.Statistics.Models.Fields
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Accord.Serializer instead.")]
public static ConditionalRandomField<T> Load(
string path
)
<ObsoleteAttribute("Please use Accord.Serializer instead.")>
Public Shared Function Load (
path As String
) As ConditionalRandomField(Of T)
Request Example
View SourceParameters
- path
- Type: SystemString
The path to the file from which the random field is to be deserialized.
Return Value
Type:
ConditionalRandomFieldTThe deserialized random field.
See Also