cluster toggling

This commit is contained in:
2020-02-03 06:11:26 +01:00
parent 51fb697690
commit 5f298cd185
4 changed files with 20 additions and 4 deletions

View File

@@ -27,6 +27,9 @@ class Model:
# choosing and hiding examples
self.chosen_examples = []
self.examples_shown = True
# hiding cluster numbers
self.clusters_shown = True
def reset(self):
# do both resets at once