src_c/train.c File Reference

Train over training data. More...

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

Defines

#define BUFFER_SIZE   1024

Functions

void show_status (int verbose_level, int ret, int total_nt, int total_pcg)
int main (int argc, char *argv[])


Detailed Description

Train over training data.

Commandline executable wrapper for the function l1_logreg. Reads and standardizes data, solves the problem, and writes the result


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