Skip to main content

Function: getCachedWeights()

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

Defined in: packages/geoda/src/weights/tool.ts:263

Parameters

datasetId

string

createWeightsProps

CreateWeightsProps

Returns

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