flexmixPenalized: Mixtures of Penalized Classification Methods

Description Usage

Description

Extension of function flexmix in package flexmix that allows to fit mixtures of penalized classifiers. Not to be called by the user.

Usage

 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)

schiffner/locClass documentation built on May 29, 2019, 3:39 p.m.