Skip to content

geodalib / regression/src / LinearRegressionProps

Type Alias: LinearRegressionProps

LinearRegressionProps: object

Defined in: regression/src/regression/linear-regression.ts:27

Type declaration

datasetName

datasetName: string

weights?

optional weights: number[][]

weightsId?

optional weightsId: string

weightsValues?

optional weightsValues: number[][]

x

x: number[][]

xNames

xNames: string[]

xUndefs?

optional xUndefs: number[][]

y

y: number[]

yName

yName: string

yUndefs?

optional yUndefs: number[]