#include <shark/Data/Csv.h>
#include <shark/ObjectiveFunctions/Loss/SquaredLoss.h>
#include <shark/Algorithms/Trainers/LinearRegression.h>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 47 of file linearRegressionTutorial.cpp.
References shark::importCSV(), shark::LabeledData< InputT, LabelT >::inputs(), shark::LabeledData< InputT, LabelT >::labels(), shark::LinearModel< InputType, ActivationFunction >::matrix(), shark::LinearModel< InputType, ActivationFunction >::offset(), and shark::LinearRegression::train().