Ajout des programmes python (apprentissage NS)

This commit is contained in:
Abdel-Kader Chabi-Sika-Boni 2020-11-11 14:06:01 +01:00
parent acc914a1c3
commit 43a929b897

View file

@ -16,7 +16,7 @@ from graphs import clustering_plot
########################################### ###########################################
########################################### ###########################################
files = ["aml28.arff", "atom.arff"] files = ["aml28.arff","atom.arff"]
n_clusters = {"aml28.arff":5, "atom.arff":2} n_clusters = {"aml28.arff":5, "atom.arff":2}
print("Génération des figures ...") print("Génération des figures ...")