Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / getCachedWeights

Function: getCachedWeights()

getCachedWeights(datasetId, createWeightsProps): { weights: number[][]; weightsMeta: WeightsMeta; } | null

Defined in: src/weights/tool.ts:382

Parameters

datasetId

string

createWeightsProps

CreateWeightsProps

Returns

{ weights: number[][]; weightsMeta: WeightsMeta; } | null

Released under the MIT License.