Last data update: 2014.03.03

gcdnet

Package: gcdnet
Title: LASSO and (adaptive) Elastic-Net penalized least squares,
logistic regression, HHSVM and squared hinge loss SVM using a
fast GCD algorithm
Version: 1.0.4
Date: 2012-2-21
Author: Yi Yang <yiyang@umn.edu>, Hui Zou <hzou@stat.umn.edu>
Maintainer: Yi Yang <yiyang@umn.edu>
Depends: Matrix
Description: This package implements a generalized coordinate descent (GCD) algorithm for computing the solution path of the hybrid Huberized support vector machine (HHSVM) and its generalization, including the elastic net penalized least squares, the elastic net penalized SVM with the squared hinge loss and the elastic net penalized logistic regression.
License: GPL-2
URL: http://code.google.com/p/gcdnet/
Packaged: 2013-11-18 19:42:17 UTC; emeryyi
Repository: CRAN
Date/Publication: 2013-11-19 07:35:15
NeedsCompilation: yes

● 0 images, 9 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'gcdnet' ...
** package 'gcdnet' successfully unpacked and MD5 sums checked
** libs
gfortran  -fpic -g -O2  -c  auxiliary.f90 -o auxiliary.o
gfortran  -fpic -g -O2  -c  hsvmlassoNET.f90 -o hsvmlassoNET.o
gfortran  -fpic -g -O2  -c  loglassoNET.f90 -o loglassoNET.o
gfortran  -fpic -g -O2  -c  lslassoNET.f90 -o lslassoNET.o
gfortran  -fpic -g -O2  -c  sqsvmlassoNET.f90 -o sqsvmlassoNET.o
gfortran -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o gcdnet.so auxiliary.o hsvmlassoNET.o loglassoNET.o lslassoNET.o sqsvmlassoNET.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/gcdnet/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'gcdnet'
    finding HTML links ... done
    FHT                                     html  
    coef.cv.gcdnet                          html  
    coef.gcdnet                             html  
    cv.gcdnet                               html  
    gcdnet                                  html  
    plot.cv.gcdnet                          html  
    plot.gcdnet                             html  
    predict.cv.gcdnet                       html  
    predict.gcdnet                          html  
    print.gcdnet                            html  
** building package indices
** testing if installed package can be loaded
* DONE (gcdnet)
Making 'packages.html' ... done