Skip to content

Commit

Permalink
a couple more clean-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Feb 6, 2024
1 parent a1bbc6b commit 7a2a9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/segmentation/10_entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
ModK.reorder_clusters(order=[4, 2, 0, 3, 1])
ModK.rename_clusters(new_names=["A", "B", "C", "D", "F"])
ModK.plot()
plt.show()

# %%
# Segmentation
Expand Down Expand Up @@ -115,7 +116,7 @@
# Shannon entropy
# ---------------
#
# The Shannon entropy :footcite:t:`shannon1948mathematical` of the microstate sequence
# The Shannon entropy\ :footcite:p:`shannon1948mathematical` of the microstate sequence
# describes how flat the microstate class distribution is. The two extremes are:
#
# - A flat distribution. In this example, the maximum entropy would be observed if each
Expand Down

0 comments on commit 7a2a9b5

Please sign in to comment.