Ajout des programmes python (apprentissage NS)
This commit is contained in:
parent
acc914a1c3
commit
43a929b897
1 changed files with 1 additions and 1 deletions
|
@ -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 ...")
|
||||||
|
|
Loading…
Reference in a new issue