API Reference
Class
VisNetworkClusterByHubsizeOptions
Options for clustering by hub size.
Inheritance
- VisNetworkClusteringOptions
- VisNetworkClusterByHubsizeOptions
Constructors
public VisNetworkClusterByHubsizeOptions() #Methods
public VisNetworkClusterByHubsizeOptions WithHubsize(Int32 hubsize) #Returns:
VisNetworkClusterByHubsizeOptionsSets the minimum hub size.
Parameters
- hubsize System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public VisNetworkClusteringOptions WithClusterEdgeProperties(Action<VisNetworkEdgeOptions> configure) #Returns:
VisNetworkClusteringOptionsInherited from VisNetworkClusteringOptions
Parameters
- configure Action<VisNetworkEdgeOptions>
public VisNetworkClusteringOptions WithClusterNodeProperties(Action<VisNetworkNodeOptions> configure) #Returns:
VisNetworkClusteringOptionsInherited from VisNetworkClusteringOptions
Parameters
- configure Action<VisNetworkNodeOptions>
public VisNetworkClusteringOptions WithJoinCondition(String jsFunction) #Returns:
VisNetworkClusteringOptionsInherited from VisNetworkClusteringOptions
Parameters
- jsFunction String
public VisNetworkClusteringOptions WithProcessProperties(String jsFunction) #Returns:
VisNetworkClusteringOptionsInherited from VisNetworkClusteringOptions
Parameters
- jsFunction String
Properties
public Nullable<Int32> Hubsize { get; set; } #JsonIgnoreMinimum number of edges a node must have to be considered a hub.
Inherited Properties
public VisNetworkNodeOptions ClusterNodeProperties { get; set; } #Inherited from VisNetworkClusteringOptions
JsonPropertyName("clusterNodeProperties") JsonIgnore(Condition = 3)public VisNetworkEdgeOptions ClusterEdgeProperties { get; set; } #Inherited from VisNetworkClusteringOptions
JsonPropertyName("clusterEdgeProperties") JsonIgnore(Condition = 3)