Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ARI = metrics.adjusted_rand_score(Ground_truth_data, Clustering_result)
  2. ARI = 0.0 #Adjusted Rand Index Result
  3.  
  4. AMI = metrics.adjusted_mutual_info_score(Ground_truth_data, Clustering_result)
  5. AMI = -1.4018874593092454e-15 #Adjusted Normalized Mutual Information
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement