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 the new results.
fetchPCs() → {external:RunPCAResults}
- Source:
Returns:
Results of the PCA on the normalized ADT matrix,
available after running compute
.
fetchParameters() → {object}
- Source:
Returns:
Object containing the parameters.
- Type
- object