Click or drag to resize

VanishingWeightedMarkovEdgeChainTVertex, TEdge Constructor (IDictionaryTEdge, Double, Double)

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

Parameters

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