Classes
Methods
compute(run_me, parameters)
- Description:
This method should not be called directly by users, but is instead invoked by
runAnalysis
.
- Source:
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
run_me |
boolean | Whether or not to run this step, depending on the clustering method chosen by the user (see ChooseClusteringState). |
||||||
parameters |
object | Parameter object, equivalent to the Properties
|
Returns:
The object is updated with the new results.
fetchClusters() → {Int32WasmArray}
- Source:
Returns:
Array of cluster assignments for each cell in the (filtered) dataset,
available after running compute
.
- Type
- Int32WasmArray
fetchParameters() → {object}
- Source:
Returns:
Object containing the parameters.
- Type
- object