Header menu logo Sigma.NET

FA2Settings Type

FA2Settings type for configuring the Force Atlas 2 algorithm settings.

Constructors

Constructor Description

FA2Settings()

Full Usage: FA2Settings()

Returns: FA2Settings
Returns: FA2Settings

Static members

Static member Description

FA2Settings.Init(?AdjustSizes, ?BarnesHutOptimize, ?BarnesHutTheta, ?EdgeWeightInfluence, ?Gravity, ?LinLogMode, ?OutboundAttractionDistribution, ?ScalingRatio, ?SlowDown, ?StrongGravityMode)

Full Usage: FA2Settings.Init(?AdjustSizes, ?BarnesHutOptimize, ?BarnesHutTheta, ?EdgeWeightInfluence, ?Gravity, ?LinLogMode, ?OutboundAttractionDistribution, ?ScalingRatio, ?SlowDown, ?StrongGravityMode)

Parameters:
    ?AdjustSizes : bool - Optional boolean to indicate if node sizes should be considered.
    ?BarnesHutOptimize : bool - Optional boolean to use Barnes-Hut approximation for repulsion calculation.
    ?BarnesHutTheta : float - Optional float to set the Barnes-Hut approximation theta parameter.
    ?EdgeWeightInfluence : int - Optional integer to specify the influence of edge weights on the layout.
    ?Gravity : int - Optional integer to set the strength of the layout’s gravity.
    ?LinLogMode : bool - Optional boolean to use Noack’s LinLog model.
    ?OutboundAttractionDistribution : bool - Optional boolean to control outbound attraction distribution.
    ?ScalingRatio : int - Optional integer to set the scaling ratio.
    ?SlowDown : int - Optional integer to set the dampening factor for slowing down node movements.
    ?StrongGravityMode : bool - Optional boolean to enable strong gravity mode.

Returns: FA2Settings

Initializes a new instance of FA2Settings with optional parameters.

?AdjustSizes : bool

Optional boolean to indicate if node sizes should be considered.

?BarnesHutOptimize : bool

Optional boolean to use Barnes-Hut approximation for repulsion calculation.

?BarnesHutTheta : float

Optional float to set the Barnes-Hut approximation theta parameter.

?EdgeWeightInfluence : int

Optional integer to specify the influence of edge weights on the layout.

?Gravity : int

Optional integer to set the strength of the layout’s gravity.

?LinLogMode : bool

Optional boolean to use Noack’s LinLog model.

?OutboundAttractionDistribution : bool

Optional boolean to control outbound attraction distribution.

?ScalingRatio : int

Optional integer to set the scaling ratio.

?SlowDown : int

Optional integer to set the dampening factor for slowing down node movements.

?StrongGravityMode : bool

Optional boolean to enable strong gravity mode.

Returns: FA2Settings

FA2Settings.Style(?AdjustSizes, ?BarnesHutOptimize, ?BarnesHutTheta, ?EdgeWeightInfluence, ?Gravity, ?LinLogMode, ?OutboundAttractionDistribution, ?ScalingRatio, ?SlowDown, ?StrongGravityMode)

Full Usage: FA2Settings.Style(?AdjustSizes, ?BarnesHutOptimize, ?BarnesHutTheta, ?EdgeWeightInfluence, ?Gravity, ?LinLogMode, ?OutboundAttractionDistribution, ?ScalingRatio, ?SlowDown, ?StrongGravityMode)

Parameters:
    ?AdjustSizes : bool - Optional boolean to indicate if node sizes should be considered.
    ?BarnesHutOptimize : bool - Optional boolean to use Barnes-Hut approximation for repulsion calculation.
    ?BarnesHutTheta : float - Optional float to set the Barnes-Hut approximation theta parameter.
    ?EdgeWeightInfluence : int - Optional integer to specify the influence of edge weights on the layout.
    ?Gravity : int - Optional integer to set the strength of the layout’s gravity.
    ?LinLogMode : bool - Optional boolean to use Noack’s LinLog model.
    ?OutboundAttractionDistribution : bool - Optional boolean to control outbound attraction distribution.
    ?ScalingRatio : int - Optional integer to set the scaling ratio.
    ?SlowDown : int - Optional integer to set the dampening factor for slowing down node movements.
    ?StrongGravityMode : bool - Optional boolean to enable strong gravity mode.

Returns: FA2Settings -> FA2Settings

Applies updates to the FA2Settings instance based on the optional parameters.

?AdjustSizes : bool

Optional boolean to indicate if node sizes should be considered.

?BarnesHutOptimize : bool

Optional boolean to use Barnes-Hut approximation for repulsion calculation.

?BarnesHutTheta : float

Optional float to set the Barnes-Hut approximation theta parameter.

?EdgeWeightInfluence : int

Optional integer to specify the influence of edge weights on the layout.

?Gravity : int

Optional integer to set the strength of the layout’s gravity.

?LinLogMode : bool

Optional boolean to use Noack’s LinLog model.

?OutboundAttractionDistribution : bool

Optional boolean to control outbound attraction distribution.

?ScalingRatio : int

Optional integer to set the scaling ratio.

?SlowDown : int

Optional integer to set the dampening factor for slowing down node movements.

?StrongGravityMode : bool

Optional boolean to enable strong gravity mode.

Returns: FA2Settings -> FA2Settings

Type something to start searching.