All pastes #2071478 Raw Edit

Unnamed

public c v1 · immutable
#2071478 ·published 2011-05-29 06:06 UTC
rendered paste body
struct feature_node{        int index;        double value;};struct problem{        int l, n;        int *y;        struct feature_node **x;        double bias;            /* < 0 if no bias term */};