Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / LisaLlmResult

Type Alias: LisaLlmResult

LisaLlmResult = object

Defined in: src/lisa/tool.ts:37

Properties

clusterColorAndLabels?

optional clusterColorAndLabels: object[]

Defined in: src/lisa/tool.ts:40

color

color: string

label

label: string

numberOfObservations

numberOfObservations: number

value

value: number


datasetName?

optional datasetName: string

Defined in: src/lisa/tool.ts:48


error?

optional error: string

Defined in: src/lisa/tool.ts:46


globalMoranI?

optional globalMoranI: number

Defined in: src/lisa/tool.ts:39


instructions?

optional instructions: string

Defined in: src/lisa/tool.ts:47


success

success: boolean

Defined in: src/lisa/tool.ts:38

Released under the MIT License.