Interface: PartialDependenceOptions
Defined in: ml/charts.ts:322
Properties
color?
ts
optional color?: string;Defined in: ml/charts.ts:328
ice?
ts
optional ice?: number[][];Defined in: ml/charts.ts:327
Optional per-instance ICE curves, each parallel to x.
iceColor?
ts
optional iceColor?: string;Defined in: ml/charts.ts:329
name?
ts
optional name?: string;Defined in: ml/charts.ts:331
pd
ts
pd: ArrayLike<number>;Defined in: ml/charts.ts:325
Mean prediction over the grid.
renderType?
ts
optional renderType?: RenderType;Defined in: ml/charts.ts:332
width?
ts
optional width?: number;Defined in: ml/charts.ts:330
x
ts
x: ArrayLike<number>;Defined in: ml/charts.ts:323