Classes
Methods
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() → {number}
- Source:
Returns:
The quality of the Leiden clustering.
Note that Leiden's quality score is technically a different measure from modularity.
Nonetheless, we use modularity
for consistency with the other SNN clustering result classes.
- Type
- number