We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e30129 commit 919a620Copy full SHA for 919a620
README.rst
@@ -88,6 +88,6 @@ Use the bayesian_cut package for performing graph cuts
88
89
# Plot the cut as an adjacency matrix
90
from bayesian_cut.utils import utils
91
- utils.Cluster_plot(BC)
+ utils.cluster_plot(BC)
92
93
# Done
0 commit comments