Classes
Methods
compute(parameters)
- Description:
 This method should not be called directly by users, but is instead invoked by
runAnalysis.
- Source:
 
Parameters:
| Name | Type | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | 
            
            object | Parameter object, equivalent to the  Properties
  | 
        
Returns:
The object is updated with new results.
fetchCombined() → {Float64WasmArray}
- Source:
 
Returns:
Buffer containing the combined embeddings as a column-major dense matrix,
where the rows are the dimensions and the columns are the cells.
This is available after running compute.
- Type
 - Float64WasmArray
 
fetchNumberOfCells() → {number}
- Source:
 
Returns:
Number of cells in fetchCombined,
available after running compute.
- Type
 - number
 
fetchNumberOfDimensions() → {number}
- Source:
 
Returns:
Number of dimensions in fetchCombined,
available after running compute.
- Type
 - number
 
fetchParameters() → {object}
- Source:
 
Returns:
Object containing the parameters.
- Type
 - object
 
(static) defaults() → {object}
- Source:
 
Returns:
Object containing default parameters,
see the parameters argument in compute for details.
- Type
 - object