Uncomment

This commit is contained in:
Abdel-Kader Chabi-Sika-Boni 2020-11-11 14:03:12 +01:00
parent 215d9cb2ac
commit acc914a1c3

View file

@ -5,19 +5,18 @@ from graphs import clustering_plot
########################################### ###########################################
########################################### ###########################################
### LIMITES DE LA METHODE KMEANS ### ### LIMITES DE LA METHODE DBSCAN ###
### ### ### ###
### Données choisies: ### ### Données choisies: ###
### cure-t2-4k.arff --> 6 clusters ### ### aml28.arff --> 5 clusters ###
### banana.arff --> 2 clusters ### ### atom.arff --> 2 clusters ###
### ### ### ###
### Etudiant: Abdel Kader CHABI SIKA B. ### ### Etudiant: Abdel Kader CHABI SIKA B. ###
### DGEI / 5 SDBD 2020-2021 ### ### DGEI / 5 SDBD 2020-2021 ###
########################################### ###########################################
########################################### ###########################################
# files = ["aml28.arff", "atom.arff"] files = ["aml28.arff", "atom.arff"]
files = ["aml28.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 ...")