File List
Here is a list of all documented files with brief descriptions:
src_c/blas.h [code] | Header file for Fortran BLAS |
src_c/classify.c | Classify test data |
src_c/config.h [code] | |
src_c/def.c | Source file for global definitions |
src_c/def.h [code] | Header file for global definitions |
src_c/dmatrix.c | Source file for matrix and vector manipulation functions |
src_c/dmatrix.h [code] | Header file for matrix and vector manipulation functions |
src_c/l1_logreg.c | Main source file for l_1-regularized logistic regression problem solver |
src_c/l1_logreg.h [code] | |
src_c/lapack.h [code] | |
src_c/mmio.h [code] | |
src_c/pcg.c | Source file for a preconditioned conjugate gradient method implementation |
src_c/pcg.h [code] | Header file for a preconditioned conjugate gradient method implementation |
src_c/pkgdef.h [code] | Header file for package specific definitions |
src_c/regpath.c | Solves a family of l1-regularized logistic regression problem with different values of lambda |
src_c/train.c | Train over training data |
src_c/util.c | Source file for utility functions |
src_c/util.h [code] | Header file for utility functions |