choice lets the user choose the Clusterization he wants
to export.choice(x)KmL.choice opens two graphic windows. In the left one, the Calinski
criteria of all Clusterization found by kml are represented.
They are filed according to the number of clusters, from the biggest to
the smallest. This windows let the user to select a
Clusterization.
The selected Clusterization is pointed with a dark spot.
In the right window, the Clusterization selected by the user is represented.
When choice is called, the Clusterization having the larger Calinski criterion is selected.
It is possible to visualize the other Clusterization by using the
arrows on the keyboard.
When the choice of a Clusterization has been made and needs to be
exported, the use can go on to the next step by pressing "Return".Clusterization is being chosen, there are three possibilities :
Clusterizationon screen (but nothing else).nomDeFichierenables the user to export theClusterization.
Clusters are exported in the filenomDeFichier-cluster.csv. Criteria are exported innomDeFichier-criteres.csv. Distances and posterior probabilities are innomDeFichier-distance.csv(not implemented yet).->(like->variablesNames) enables the user to save theClusterization. Clusters are stored in the variablenomVariable_cluster.csvas adata.frame. Criteria are
saved innomDeVariable_criters.csvas lists. Distances and
posterior probabilities are savednomDeVariable_distance.csv(not implemented yet).Clusterization. With the keyboard, the user can modify the aspect of the graph.
e,randtdeal with individual trajectories.d,fandgdeal with the average trajectories of clusters.c,vandbdeal with subgroups.h,j,k,landodeal with symbols on the graph.choice run in three steps:
ClusterizationClusterizationcld1 <- as.cld(gald())
kml(cld1,2:3,3)
#choice(cld1)Run the code above in your browser using DataLab