|
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; }
Public Property Topology As ITopology
Get
Set
Request Example
View SourceProperty Value
Type:
ITopologyThe topology to be used when this learning algorithm needs to create a new model.
See Also