|
Project Information
Featured
Downloads
Links
|
SummaryThe Lasso is a shrinkage and selection method for linear regression. Lasso4j is a Java implementation of the Lasso L1-constrained fitting for linear regression. This implementation is based on the glmnet R package which is implemented in Fortran. Sample Output
Sample UsageFor using lasso4j, you need to download the jar file from Downloads section and add it to your classpath. For an example usage of the code, see this example.
|