Click or drag to resize
Accord.NET (logo)

ForwardRandom Property

Gets or sets whether the transition matrix should be initialized with random probabilities or not. Default is false.

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

Property Value

Type: Boolean
See Also