Learn R Programming

ClustMMDD (version 1.0.3)

modelKS-class: modelKS is a class of parameters of $(K, S)$ model.

Description

modelKS is a class that can contain the set of parameters associated to a model given by $(K, S)$.

Arguments

Objects from this class

Objects can be created by calling new("modelKS", ...). See new for more details.

References

  • http://projecteuclid.org/euclid.ejs/1379596773{Dominique Bontemps and Wilson Toussile (2013)} : Clustering and variable selection for categorical multivariate data. Electronic Journal of Statistics, Volume 7, 2344-2371, ISSN.
  • http://link.springer.com/article/10.1007%2Fs11634-009-0043-x{Wilson Toussile and Elisabeth Gassiat (2009)} : Variable selection in model-based clustering using multilocus genotype data. Adv Data Anal Classif, Vol 3, number 2, 109-134.

See Also

slotNames, new, methods, showClass.

Examples

Run this code
data(exModelKS)
showClass("modelKS")
slotNames("modelKS")
exModelKS
exModelKS["K"]
exModelKS["S"]
model(exModelKS)

Run the code above in your browser using DataLab