Documentation / @openassistant/geoda / getBasicStatistics
Function: getBasicStatistics()
getBasicStatistics(
result):object
Defined in: src/spatial_join/tool.ts:357
Get basic statistics of the result
Parameters
result
number[][]
the result of the spatial join
Returns
object
- the basic statistics of the result
averageCount
averageCount:
number
maxCount
maxCount:
number
minCount
minCount:
number
totalCount
totalCount:
number
