jasonge27 / ASP-Newton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP-Newton

Pre-requisites

Installing these following packages on R

install.packages(c("devtools", "glmnet", "gcdnet", "Rcpp"))

library(devtools)
devtools::install_github("jasonge27/picasso")

You need to have a c++ compiler on your system to install and use Rcpp.

Please also install the SPAM package from http://spams-devel.gforge.inria.fr/downloads.html follow the instructions there

Reproducing Simulations Results

source("benchmark.R")

About

License:MIT License


Languages

Language:R 73.5%Language:C++ 15.0%Language:Python 9.9%Language:Shell 1.6%