Click or drag to resize

WeightedMarkovEdgeChainTVertex, TEdge Constructor

Namespace:  QuickGraph.Algorithms.RandomWalks
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public WeightedMarkovEdgeChain(
	IDictionary<TEdge, double> weights
)

Parameters

weights
Type: System.Collections.GenericIDictionaryTEdge, Double
See Also