vastorbit.machine_learning.vast.svm.LinearSVC.plot¶
- LinearSVC.plot(max_nb_points: int = 100, chart: PlottingBase | TableSample | Axes | mFigure | Figure | None = None, **style_kwargs) PlottingBase | TableSample | Axes | mFigure | Figure¶
Draws the model.
- Parameters:
max_nb_points (int) – Maximum number of points to display.
chart (PlottingObject, optional) – The chart object to plot on.
**style_kwargs – Any optional parameter to pass to the Plotting functions.
- Returns:
Plotting Object.
- Return type:
obj