Visualizer of BSAS algorithm's results. More...
Static Public Member Functions | |
def | show_clusters (sample, clusters, representatives, kwargs) |
Display BSAS clustering results. More... | |
Visualizer of BSAS algorithm's results.
BSAS visualizer provides visualization services that are specific for BSAS algorithm.
|
static |
Display BSAS clustering results.
[in] | sample | (list): Dataset that was used for clustering. |
[in] | clusters | (array_like): Clusters that were allocated by the algorithm. |
[in] | representatives | (array_like): Allocated representatives correspond to clusters. |
[in] | **kwargs | Arbitrary keyword arguments (available arguments: 'figure', 'display', 'offset'). |
Keyword Args: