-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
20 lines (20 loc) · 931 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: spams
Title: R interface to some functions of library spams
Version: 2.6
Date: 2017-03-22
Author: Julien MAIRAL for C++ SPAMS code, with contribution
from Jean-Paul CHIEZE for interface to language R
and Ghislain DURIF for the porting to R-3.x
Maintainer: Ghislain DURIF <[email protected]>
Description: The 'spams' package provides an R interface to the SPArse
Modeling Software (SPAMS) library, an optimization toolbox for
solving various sparse estimation problems. Dictionary
learning and matrix factorization (NMF, sparse PCA, ...).
Solving sparse decomposition problems with LARS, coordinate
descent, OMP, SOMP, proximal methods. Solving structured sparse
decomposition problems (l1/l2, l1/linf, sparse group lasso,
tree-structured regularization, structured sparsity with
overlapping groups,...).
License: GPL-3
LazyLoad: yes
Depends: R (>= 2.0), methods, lattice, Matrix