Function: getCachedWeights()
getCachedWeights(
datasetId,createWeightsProps):null| {weights:number[][];weightsMeta:WeightsMeta; }
Defined in: packages/tools/geoda/src/weights/tool.ts:341
Parameters
datasetId
string
createWeightsProps
CreateWeightsProps
Returns
null | { weights: number[][]; weightsMeta: WeightsMeta; }