Description Usage Arguments Details Value References
Evaluate by cross-validation (leave-one-out) the effect induced by each component on the result of a functional clustering.
1 2 | ftest_components(fres, opt.nbMax = fres$nbOpt,
opt.R2 = FALSE, opt.plot = FALSE)
|
fres |
an object resulting from a functional clustering
obtained with the whole dataset using the function |
opt.nbMax |
a logical. If |
opt.R2 |
a logical. If |
opt.plot |
a logical. If |
a
Each component of the interactive system in consideration
is successively removed from the dataset,
the remaining components are functionally clustered,
then indices of distance between clustering trees
with and without the component are computed.
The components can then be hierarchised depending on
the distance induced by their removing from dataset.
The used distance criteria are :
"Czekanowski_Dice", "Folkes_Mallows", "Jaccard", "Kulczynski",
"Precision", "Rand", "Recall", "Rogers_Tanimoto", "Russel_Rao",
"Sokal_Sneath1" and "Sokal_Sneath2" index.
For more informations, see the notice of R-package clusterCrit
.
The test is time-consuming.
a list containing a matrix by clustering index.
Package "clusterCrit": Clustering Indices, by Bernard Desgraupes (University of Paris Ouest - Lab Modal'X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.