Interface: PrCurveOptions
Defined in: ml/charts.ts:105
Properties
color?
ts
optional color?: string;Defined in: ml/charts.ts:108
fill?
ts
optional fill?: boolean;Defined in: ml/charts.ts:109
labels
ts
labels: ArrayLike<number>;Defined in: ml/charts.ts:107
name?
ts
optional name?: string;Defined in: ml/charts.ts:112
scores
ts
scores: ArrayLike<number>;Defined in: ml/charts.ts:106
showBaseline?
ts
optional showBaseline?: boolean;Defined in: ml/charts.ts:111
Draw the no-skill baseline at the positive base rate. Default true.