#include "WireCellRess/LassoModel.h"
#include "WireCellRess/ElasticNetModel.h"
#include <Eigen/Dense>
#include <iostream>
Go to the source code of this file.
Functions | |
void | test_model (WireCell::LinearModel &m, MatrixXd &G, VectorXd &W) |
void | test_lasso (WireCell::LassoModel &m, MatrixXd &G, VectorXd &W) |
void | print_results (WireCell::LinearModel &m, VectorXd &C) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 14 of file test_ress_largem.cxx.
void print_results | ( | WireCell::LinearModel & | m, |
VectorXd & | C | ||
) |
Definition at line 75 of file test_ress_largem.cxx.
void test_lasso | ( | WireCell::LassoModel & | m, |
MatrixXd & | G, | ||
VectorXd & | W | ||
) |
Definition at line 64 of file test_ress_largem.cxx.
void test_model | ( | WireCell::LinearModel & | m, |
MatrixXd & | G, | ||
VectorXd & | W | ||
) |
Definition at line 57 of file test_ress_largem.cxx.