Interface: RocCurveOptions
Defined in: ml/charts.ts:76
Properties
color?
ts
optional color?: string;Defined in: ml/charts.ts:79
fill?
ts
optional fill?: boolean;Defined in: ml/charts.ts:81
Shade the area under the curve. Default false.
labels
ts
labels: ArrayLike<number>;Defined in: ml/charts.ts:78
name?
ts
optional name?: string;Defined in: ml/charts.ts:84
scores
ts
scores: ArrayLike<number>;Defined in: ml/charts.ts:77
showChance?
ts
optional showChance?: boolean;Defined in: ml/charts.ts:83
Draw the y=x chance diagonal. Default true.