![]() |
pyclustering
0.10.1
pyclustring is a Python, C++ data mining library.
|
Visualizer of BANG algorithm's results. More...
Static Public Member Functions | |
| def | show_blocks (directory) |
| Show BANG-blocks (leafs only) in data space. More... | |
| def | show_dendrogram (dendrogram) |
| Display dendrogram of BANG-blocks. More... | |
| def | show_clusters (data, clusters, noise=None) |
| Display BANG clustering results. More... | |
Visualizer of BANG algorithm's results.
BANG visualizer provides visualization services that are specific for BANG algorithm.
|
static |
Show BANG-blocks (leafs only) in data space.
BANG-blocks represents grid that was used for clustering process.
| [in] | directory | (bang_directory): Directory that was created by BANG algorithm during clustering process. |
|
static |
|
static |
Display dendrogram of BANG-blocks.
| [in] | dendrogram | (list): List representation of dendrogram of BANG-blocks. |