Interface: ResidualsOptions
Defined in: ml/charts.ts:622
Properties
against?
ts
optional against?: "index" | "predicted";Defined in: ml/charts.ts:626
Plot residuals against "predicted" (default) or "index" (order in the data).
color?
ts
optional color?: string;Defined in: ml/charts.ts:627
name?
ts
optional name?: string;Defined in: ml/charts.ts:629
renderType?
ts
optional renderType?: RenderType;Defined in: ml/charts.ts:630
size?
ts
optional size?: number;Defined in: ml/charts.ts:628
yPred
ts
yPred: ArrayLike<number>;Defined in: ml/charts.ts:624
yTrue
ts
yTrue: ArrayLike<number>;Defined in: ml/charts.ts:623