When implemented by a class, defines methods to generate a
random Markov chain of IEdge.
Namespace:
QuickGraph.Algorithms.RandomWalksAssembly: QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)
Syntax
| C# |
|---|
public interface IMarkovEdgeChain |
| Visual Basic (Declaration) |
|---|
Public Interface IMarkovEdgeChain |
Remarks
This interface defines the Successor method which generates a Markov chain of IEdge. Implemented classes can choose the according distribution properties.
