HtmlForgeX

API Reference

Class

VisNetworkClusterByHubsizeOptions

Options for clustering by hub size.

Inheritance

Constructors

public VisNetworkClusterByHubsizeOptions() #

Methods

public VisNetworkClusterByHubsizeOptions WithHubsize(Int32 hubsize) #
Returns: VisNetworkClusterByHubsizeOptions

Sets the minimum hub size.

Parameters

hubsize System.Int32 requiredposition: 0

Properties

public Nullable<Int32> Hubsize { get; set; } #
JsonIgnore

Minimum number of edges a node must have to be considered a hub.