Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / WeightsProps

Type Alias: WeightsProps

WeightsProps = object

Defined in: src/types.ts:17

Properties

datasetId

datasetId: string

Defined in: src/types.ts:18


weights

weights: number[][]

Defined in: src/types.ts:20


weightsMeta

weightsMeta: WeightsMeta

Defined in: src/types.ts:19


weightsValues?

optional weightsValues: number[][]

Defined in: src/types.ts:21

Released under the MIT License.