HtmlForgeX

API Reference

Class

VisNetworkClusterByHubsizeOptions

Options for clustering by hub size.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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.