Skip to content

Interface: TrainingCurvesOptions

Defined in: ml/charts.ts:392

Properties

best?

ts
optional best?: "min" | "max";

Defined in: ml/charts.ts:399

Mark the best epoch of each series.


palette?

ts
optional palette?: PaletteSpec;

Defined in: ml/charts.ts:401


renderType?

ts
optional renderType?: RenderType;

Defined in: ml/charts.ts:402


series

ts
series: TrainingSeries[];

Defined in: ml/charts.ts:393


showRaw?

ts
optional showRaw?: boolean;

Defined in: ml/charts.ts:397

Draw the faint raw curve behind the smoothed one. Default true.


smoothing?

ts
optional smoothing?: number;

Defined in: ml/charts.ts:395

EMA smoothing weight 0..1 (0 = raw). Default 0.6.


width?

ts
optional width?: number;

Defined in: ml/charts.ts:400

MIT licensed. WebGL2 required.