Click or drag to resize

NormalizedMarkovEdgeChainTVertex, TEdgeTryGetSuccessor Method (IEnumerableTEdge, TVertex, TEdge)

Namespace:  QuickGraph.Algorithms.RandomWalks
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public override bool TryGetSuccessor(
	IEnumerable<TEdge> edges,
	TVertex u,
	out TEdge successor
)

Parameters

edges
Type: System.Collections.GenericIEnumerableTEdge
u
Type: TVertex
successor
Type: TEdge

Return Value

Type: Boolean

Implements

IEdgeChainTVertex, TEdgeTryGetSuccessor(IEnumerableTEdge, TVertex, TEdge)
See Also