tlx
PolynomialRegression< Type, WithStore >::Point Struct Reference

2D point More...

#include <polynomial_regression.hpp>

Public Attributes

Type x
 
Type y
 

Detailed Description

template<typename Type = double, bool WithStore = false>
struct tlx::PolynomialRegression< Type, WithStore >::Point

2D point

Definition at line 47 of file polynomial_regression.hpp.

Member Data Documentation

Type x

Definition at line 48 of file polynomial_regression.hpp.

Type y

Definition at line 48 of file polynomial_regression.hpp.


The documentation for this struct was generated from the following file: