#include <shark/Data/DataDistribution.h>
#include <shark/ObjectiveFunctions/Loss/SquaredLoss.h>
#include <shark/Algorithms/Trainers/LassoRegression.h>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 86 of file LassoRegression.cpp.
References lambda, shark::LinearModel< InputType, ActivationFunction >::matrix(), and shark::LassoRegression< InputVectorType >::train().