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: ###
|
||||
### cure-t2-4k.arff --> 6 clusters ###
|
||||
### banana.arff --> 2 clusters ###
|
||||
### aml28.arff --> 5 clusters ###
|
||||
### atom.arff --> 2 clusters ###
|
||||
### ###
|
||||
### Etudiant: Abdel Kader CHABI SIKA B. ###
|
||||
### DGEI / 5 SDBD 2020-2021 ###
|
||||
###########################################
|
||||
###########################################
|
||||
|
||||
# files = ["aml28.arff", "atom.arff"]
|
||||
files = ["aml28.arff"]
|
||||
files = ["aml28.arff", "atom.arff"]
|
||||
n_clusters = {"aml28.arff":5, "atom.arff":2}
|
||||
|
||||
print("Génération des figures ...")
|
||||
|
|
Loading…
Reference in a new issue