Plot a given dataset and utilizes labels. Plots a given 2d dataset and uses different colors for datapoints belonging to different labels. Displays a centroid for each label cluster and names it with the label string. Parameters ---------- data_set: array-like
(data_set, labels=None, tooltip=None, size=(10, 10),
save_fn=None,
interactive=False, cmap=None, show_centroids=True,
label_centroids=True, style_data='x', style_centroid='o',
color_dict = None)
source not stored for this graph (policy: none)
no test coverage detected