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 :
Clusterization
on screen (but nothing else).nomDeFichier
enables 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.csv
as adata.frame
. Criteria are
saved innomDeVariable_criters.csv
as 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
,r
andt
deal with individual trajectories.d
,f
andg
deal with the average trajectories of clusters.c
,v
andb
deal with subgroups.h
,j
,k
,l
ando
deal with symbols on the graph.choice
run in three steps:
Clusterization
Clusterization
cld1 <- as.cld(gald())
kml(cld1,2:3,3)
#choice(cld1)
Run the code above in your browser using DataLab