Compare commits

...

3 commits

View file

@ -2616,7 +2616,7 @@ def full_parameters_plot(size=20,savelabel='', add_label = "_new", ntrials = 100
plt.setp(ax_ex.get_xticklabels(), size = size -4) plt.setp(ax_ex.get_xticklabels(), size = size -4)
plt.setp(ax_ex.get_yticklabels(), size = size -4) plt.setp(ax_ex.get_yticklabels(), size = size -4)
fig_ex.savefig("figures/distribution_paper"+'_'+ex_para+'_'+savelabel+'.pdf',bbox_inches = "tight", dpi = 100) fig_ex.savefig("figures/distribution_paper"+'_'+str(nClusters)+'_'+ex_para+'_'+savelabel+'.pdf',bbox_inches = "tight", dpi = 100)
plt.close(fig_ex) plt.close(fig_ex)
@ -3203,8 +3203,8 @@ if __name__=="__main__":
add_label = '_new' add_label = '_new'
# calculates the mean inner clusters distances for the full parameter combiantion of the n_cluster # calculates the mean inner clusters distances for the full parameter combiantion of the n_cluster
calc_inner_cluster_distances(n_clusters= (2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18), plot = False, save = True, load = False, add_label = add_label, ntrials = ntrials, bic=True, verbose=1, silhouette=False) #calc_inner_cluster_distances(n_clusters= (2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18), plot = False, save = True, load = False, add_label = add_label, ntrials = ntrials, bic=True, verbose=1, silhouette=False)
elbow_plot(clusters = (2,3,4,5,6,7,8,9,10,11, 12,13,14,15,16,17,18), size = 22, parameters = ("dsw","tsw","B","dO7_6","vsw","colage","mcsFe"), innercluster = True , dif_innercluster = True, max_iter = True, add_label = add_label, ntrials = ntrials, bic=True, silhouette=False) elbow_plot(clusters = (2,3,4,5,6,7,8,9,10,11, 12,13,14,15,16,17,18), size = 22, parameters = ("dsw","tsw","B","dO7_6","vsw","colage","mcsFe"), innercluster = True , dif_innercluster = True, max_iter = True, add_label = add_label, ntrials = ntrials, bic=True, silhouette=True)
elif int(option) == 46: elif int(option) == 46:
"""This option evalauates a big Experiment... call it with the to be evaluated experiment in the second argument """This option evalauates a big Experiment... call it with the to be evaluated experiment in the second argument
""" """