Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1.     def best_clustering_find(self):
  2.         for num, metric_val in enumerate((self.metric_dataset['silhouette metric'], self.metric_dataset['calinski metric'], self.metric_dataset['david bolduin metric'])):
  3.             if num == 0:
  4.                 print(max(metric_val))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement