Interface: RidgelineOptions
Defined in: ml/charts.ts:440
Properties
fill?
ts
optional fill?: boolean;Defined in: ml/charts.ts:449
Fill each ridge. Default true.
groups
ts
groups: RidgeGroup[];Defined in: ml/charts.ts:442
One distribution per group (e.g. a layer's weights per epoch).
overlap?
ts
optional overlap?: number;Defined in: ml/charts.ts:446
Ridge overlap, 0 = touching, 1 = one full row of overlap. Default 1.
palette?
ts
optional palette?: PaletteSpec;Defined in: ml/charts.ts:447
points?
ts
optional points?: number;Defined in: ml/charts.ts:444
KDE sample count. Default 96.
range?
ts
optional range?: Range;Defined in: ml/charts.ts:451
Shared x-range; inferred from the data when omitted.