Click or drag to resize

IMarkovEdgeChainTVertex, TEdge Interface

Namespace:  QuickGraph.Algorithms.RandomWalks
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IMarkovEdgeChain<TVertex, TEdge> : IEdgeChain<TVertex, TEdge>
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The IMarkovEdgeChainTVertex, TEdge type exposes the following members.

Properties
  NameDescription
Public propertyRand
Top
Methods
See Also