coclust.visualization.plot_reorganized_matrix()

coclust.visualization.plot_reorganized_matrix(X, model, precision=0.8, markersize=0.9)[source]

Plot the reorganized matrix.

Parameters:
  • X (matrix) – Data matrix
  • model – Fitted co-clustering model
  • precision (float, optional) – values greater than precision will be plotted
  • markersize (float) – marker size

Example

>>> plot_reorganized_matrix(X, model)

(Source code, png, hires.png, pdf)

../../_images/coclust-visualization-plot_reorganized_matrix-1.png