Extension of function flexmix
in package flexmix that allows to fit mixtures of penalized classifiers.
Not to be called by the user.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ## S4 method for signature 'formula,ANY,ANY,ANY,FLXMCLsvm'
flexmix(formula, data = list(),
k = NULL, cluster = NULL, model = NULL, concomitant = NULL,
control = NULL, weights = NULL)
## S4 method for signature 'formula,ANY,ANY,ANY,FLXMCLmultinom'
flexmix(formula, data = list(),
k = NULL, cluster = NULL, model = NULL, concomitant = NULL,
control = NULL, weights = NULL)
## S4 method for signature 'formula,ANY,ANY,ANY,FLXMCLnnet'
flexmix(formula, data = list(),
k = NULL, cluster = NULL, model = NULL, concomitant = NULL,
control = NULL, weights = NULL)
flexmixPenalized(formula, data = list(), k = NULL, cluster = NULL,
model = NULL, concomitant = NULL, control = NULL, weights = NULL)
## S4 method for signature 'formula,ANY,ANY,ANY,list'
flexmixPenalized(formula, data = list(),
k = NULL, cluster = NULL, model = NULL, concomitant = NULL,
control = NULL, weights = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.