WeightedMarkovEdgeChainBaseTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms.RandomWalks
public abstract class WeightedMarkovEdgeChainBase<TVertex, TEdge> : MarkovEdgeChainBase<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The WeightedMarkovEdgeChainBaseTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | WeightedMarkovEdgeChainBaseTVertex, TEdge |
Name | Description | |
---|---|---|
![]() | Rand | (Inherited from MarkovEdgeChainBaseTVertex, TEdge.) |
![]() | Weights |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetOutWeight | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWeights | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetSuccessor(IEnumerableTEdge, TVertex, TEdge) | (Inherited from MarkovEdgeChainBaseTVertex, TEdge.) |
![]() | TryGetSuccessor(IEnumerableTEdge, Double, TEdge) | |
![]() | TryGetSuccessor(IImplicitGraphTVertex, TEdge, TVertex, TEdge) | (Inherited from MarkovEdgeChainBaseTVertex, TEdge.) |
![]() | TryGetSuccessor(IImplicitGraphTVertex, TEdge, TVertex, Double, TEdge) |