Interface: DecisionBoundaryOptions
Defined in: ml/charts.ts:199
Properties
colormap?
ts
optional colormap?: ColormapSpec;Defined in: ml/charts.ts:205
cols
ts
cols: number;Defined in: ml/charts.ts:202
domain?
ts
optional domain?: Range;Defined in: ml/charts.ts:206
extent
ts
extent: {
x: Range;
y: Range;
};Defined in: ml/charts.ts:204
x
ts
x: Range;y
ts
y: Range;points?
ts
optional points?: {
classNames?: string[];
labels?: string[] | ArrayLike<number>;
palette?: PaletteSpec;
size?: number;
x: ArrayLike<number>;
y: ArrayLike<number>;
};Defined in: ml/charts.ts:208
Training points drawn over the field.
classNames?
ts
optional classNames?: string[];labels?
ts
optional labels?: string[] | ArrayLike<number>;palette?
ts
optional palette?: PaletteSpec;size?
ts
optional size?: number;x
ts
x: ArrayLike<number>;y
ts
y: ArrayLike<number>;rows
ts
rows: number;Defined in: ml/charts.ts:203
values
ts
values: ArrayLike<number>;Defined in: ml/charts.ts:201
Row-major grid of predicted class / probability, row 0 at the bottom.