Visualizer of CLIQUE algorithm's results. More...
Static Public Member Functions | |
def | show_grid (cells, data) |
Show CLIQUE blocks as a grid in data space. More... | |
def | show_clusters (data, clusters, noise=None) |
Display CLIQUE clustering results. More... | |
Visualizer of CLIQUE algorithm's results.
CLIQUE visualizer provides visualization services that are specific for CLIQUE algorithm, for example, to display grid and its density.
|
static |
|
static |
Show CLIQUE blocks as a grid in data space.
Each block contains points and according to this density is displayed. CLIQUE grid helps to visualize grid that was used for clustering process.
[in] | cells | (list): List of cells that is produced by CLIQUE algorithm. |
[in] | data | (array_like): Input data that was used for clustering process. |