openGPMP
Open Source Mathematics Package
|
#include <fstream>
#include <iostream>
#include <openGPMP/core/datatable.hpp>
#include <openGPMP/core/utils.hpp>
#include <openGPMP/ml/linreg.hpp>
#include <random>
#include <stdio.h>
#include <string>
#include <vector>
Go to the source code of this file.
Variables | |
static gpmp::core::Logger | _log_ |
|
static |
openGPMP implementation of Linear Regression Logger class object
Definition at line 48 of file linreg.cpp.
Referenced by gpmp::ml::LinearRegression::best_fit(), gpmp::ml::LinearRegression::get_input(), gpmp::ml::LinearRegression::r_sqrd(), and gpmp::ml::LinearRegression::split_data().