Header menu logo Sigma.NET

FA2Options Type

FA2Options type for configuring the Force Atlas 2 layout options.

Constructors

Constructor Description

FA2Options()

Full Usage: FA2Options()

Returns: FA2Options
Returns: FA2Options

Static members

Static member Description

FA2Options.Init(?Iterations, ?GetEdgeWeight, ?Settings)

Full Usage: FA2Options.Init(?Iterations, ?GetEdgeWeight, ?Settings)

Parameters:
    ?Iterations : int - Optional integer to specify the number of iterations to perform.
    ?GetEdgeWeight : string - Optional string specifying the edge weight attribute or a getter function.
    ?Settings : FA2Settings - Optional FA2Settings to configure the Force Atlas 2 algorithm settings.

Returns: FA2Options

Initializes a new instance of FA2Options with optional parameters.

?Iterations : int

Optional integer to specify the number of iterations to perform.

?GetEdgeWeight : string

Optional string specifying the edge weight attribute or a getter function.

?Settings : FA2Settings

Optional FA2Settings to configure the Force Atlas 2 algorithm settings.

Returns: FA2Options

FA2Options.Style(?Iterations, ?GetEdgeWeight, ?Settings)

Full Usage: FA2Options.Style(?Iterations, ?GetEdgeWeight, ?Settings)

Parameters:
    ?Iterations : int - Optional integer to specify the number of iterations to perform.
    ?GetEdgeWeight : string - Optional string specifying the edge weight attribute or a getter function.
    ?Settings : FA2Settings - Optional FA2Settings to configure the Force Atlas 2 algorithm settings.

Returns: FA2Options -> FA2Options

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

?Iterations : int

Optional integer to specify the number of iterations to perform.

?GetEdgeWeight : string

Optional string specifying the edge weight attribute or a getter function.

?Settings : FA2Settings

Optional FA2Settings to configure the Force Atlas 2 algorithm settings.

Returns: FA2Options -> FA2Options

Type something to start searching.