Uncomment
This commit is contained in:
parent
215d9cb2ac
commit
acc914a1c3
1 changed files with 5 additions and 6 deletions
|
@ -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 ...")
|
||||||
|
|
Loading…
Reference in a new issue