Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovModelLearningTModel, TObservationTopology Property

Gets or sets the state transition topology to be used when this learning algorithm needs to create new models. Default is Forward.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ITopology Topology { get; set; }
Request Example View Source

Property Value

Type: ITopology
The topology to be used when this learning algorithm needs to create a new model.
See Also