Classes
Methods
bestLevel() → {number}
- Source:
Returns:
Level with the lowest modularity.
- Type
- number
free()
- Source:
Returns:
Frees the memory allocated on the Wasm heap for this object. This invalidates this object and all references to it.
membership(optionsopt) → {Int32Array|Int32WasmArray}
- Source:
Parameters:
Name | Type | Attributes | Default | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
{}
|
Optional parameters. Properties
|
Returns:
Array containing the cluster membership for each cell.
- Type
- Int32Array | Int32WasmArray
modularity(optionsopt) → {number}
- Source:
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
{}
|
Optional parameters. Properties
|
Returns:
The modularity at the specified level.
- Type
- number
numberOfLevels() → {number}
- Source:
Returns:
Number of levels in the results.
- Type
- number