Skip to content

Documentation v1.0.0


Documentation / @openassistant/geoda / RunRegressionProps

Type Alias: RunRegressionProps

RunRegressionProps = object

Defined in: src/regression/utils.ts:29

Properties

datasetName

datasetName: string

Defined in: src/regression/utils.ts:30


model

model: string

Defined in: src/regression/utils.ts:31


weights?

optional weights: WeightsProps

Defined in: src/regression/utils.ts:36


x

x: number[][]

Defined in: src/regression/utils.ts:34


xNames

xNames: string[]

Defined in: src/regression/utils.ts:35


y

y: number[]

Defined in: src/regression/utils.ts:32


yName

yName: string

Defined in: src/regression/utils.ts:33

Released under the MIT License.