prepare EMGLLF / EMGrank wrappers, simplify folder generateTestData
[valse.git] / DESCRIPTION
CommitLineData
493a35bf 1Package: valse
ef67d338 2Title: VAriabLe SElection with mixture of models
493a35bf
BA
3Date: 2016-12-01
4Version: 0.1-0
22d21a22 5Description: Two methods are implemented to cluster data with finite mixture regression models.
6 Those procedures deal with high-dimensional covariates and responses through a variable selection
7 procedure based on the Lasso estimator. A low-rank constraint could be added, computed for the Lasso-Rank procedure.
8 A collection of models is constructed, varying the level of sparsity and the number of clusters, and a model is selected
9 using a model selection criterion (slope heuristic, BIC or AIC).
10 Details of the procedure are provided in 'Model-based clustering for high-dimensional data. Application to functional data'
11 by Emilie Devijver, published in Advances in Data Analysis and Clustering (2016)
ef67d338
BA
12Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
13 Benjamin Goehry <Benjamin.Goehry@math.u-psud.fr> [aut]
14 Emilie Devijver <Emilie.Devijver@kuleuven.be> [aut]
15Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
493a35bf 16Depends:
ef67d338
BA
17 R (>= 3.0.0)
18Imports:
19 MASS
20Suggests:
21 parallel,
22 testthat,
23 knitr
493a35bf 24URL: http://git.auder.net/?p=valse.git
ef67d338
BA
25License: MIT + file LICENSE
26VignetteBuilder: knitr
f2a91208 27RoxygenNote: 5.0.1