Interface: PredVsActualOptions
Defined in: ml/charts.ts:572
Properties
color?
ts
optional color?: string;Defined in: ml/charts.ts:575
name?
ts
optional name?: string;Defined in: ml/charts.ts:579
referenceColor?
ts
optional referenceColor?: string;Defined in: ml/charts.ts:577
Colour of the y = x reference.
renderType?
ts
optional renderType?: RenderType;Defined in: ml/charts.ts:580
size?
ts
optional size?: number;Defined in: ml/charts.ts:578
yPred
ts
yPred: ArrayLike<number>;Defined in: ml/charts.ts:574
yTrue
ts
yTrue: ArrayLike<number>;Defined in: ml/charts.ts:573