Show / Hide Table of Contents

Enum FRCoolingFunction

Enumeration of possible cooling functions for FRLayoutAlgorithm<TVertex, TEdge, TGraph> algorithm.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public enum FRCoolingFunction

Fields

Name Description
Exponential

Exponential.

Linear

Linear.

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, FRCoolingFunction>()
GraphHelpers.GetDiameter<TVertex, TEdge, FRCoolingFunction>()
GraphHelpers.GetDiameter<TVertex, TEdge, FRCoolingFunction>(Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape