multidim.models.GaussianMixtureClassifier.plot¶
-
GaussianMixtureClassifier.plot(canvas, style='covertree')[source]¶ Plot a CDER model, using matplotlib or bokeh
There are several options to help visualize various aspects of the model. Typically, one wants to overlay this with the plots from the underlying
multidim.PointCloudandmultidim.covertree.CoverTreeobjects.Parameters: - canvas : object
An instance of
bokeh.plotting.figure.Figureas incanvas = bokeh.plotting.figure()or an instance ofmatplotlib.axes._subplots.AxesSubplotas inaxes,canvas = matplotlib.pyplot.subplots()- style : str
options are “gaussians”, “covertree”, “heatmap”, “hulls”, “expatriots”, and “predictions”. Colors are generally obtained from the label names.