diff --git a/doc/README.md b/doc/README.md index 1f21c75..3e2961b 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1818,15 +1818,11 @@ The script can be executed directly using the executable file: -Pour la description des paramètres, voir celle de vector clustering car les paramètres sont globalement identiques. Cependant, le paramètres lim cluster sets the maximum number of clusters for which inertia values are calculated and associated. Le script fait ensuite tourner le script toolbox/vector_clustering.py en incrémentant le nombre de cluster de 2 au nombre maximum rensigné par l'utilisateur, pour déterminer l'intertie de chaques configuration. L'inertie est alors tracé en fonction du nombre de cluster de la configuration. Le nombre de cluster optimal à choisir se situe au niveau du coude de la courbe. -

- -

-For the description of the parameters, see that of vector clustering as the parameters are generally the same. However, the parameter lim cluster sets the maximum number of clusters for which inertia values are calculated and associated. The script then runs the script toolbox/vector_clustering.py by incrementing the number of clusters from 2 to the maximum number specified by the user, to determine the inertia of each configuration. The inertia is then plotted against the number of clusters in the configuration. The optimal number of clusters to choose is located at the elbow of the curve. +For the description of the parameters, see that of vector clustering as the parameters are the same. However, the parameter lim cluster sets the maximum number of clusters for which inertia values are calculated and associated. The script then runs the script toolbox/vector_clustering.py by incrementing the number of clusters from 2 to the maximum number specified by the user, to determine the inertia of each configuration. The inertia is then plotted against the number of clusters in the configuration. The optimal number of clusters to choose is located at the elbow of the curve.

- + Result of clustering_inertia (figure generated with main_clustering_inertia function of toolbox/clustering_inertia.py script)