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