src_c/regpath.c File Reference

Solves a family of l1-regularized logistic regression problem with different values of lambda. More...

#include "pkgdef.h"
#include <time.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "def.h"
#include "l1_logreg.h"
#include "util.h"

Defines

#define BUFFER_SIZE   1024
#define MAX_TRIAL   1

Functions

int main (int argc, char *argv[])


Detailed Description

Solves a family of l1-regularized logistic regression problem with different values of lambda.

Reads and standardizes data, solves a family of problems for lambda values, and writes the result.


Generated on Mon May 25 19:15:19 2009 for l1_logreg by Doxygen 1.5.5