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.
fetchIndex() → {BuildNeighborSearchIndexResults}
- Source:
Returns:
Index for a nearest-neighbor search,
available after running compute
.
- Type
- BuildNeighborSearchIndexResults
fetchParameters() → {object}
- Source:
Returns:
Object containing the parameters.
- Type
- object