0.4.1
Loading...
Searching...
No Matches
PolynomialRegressor.hpp File Reference

Polynomial curve fitting. More...

Go to the source code of this file.

Data Structures

class  NAV::PolynomialRegressor< Scalar >
 Polynomial Curve Fitting. More...
 

Namespaces

namespace  NAV
 

Functions

template<typename Scalar = double>
void NAV::from_json (const json &j, PolynomialRegressor< Scalar > &obj)
 Converts the provided json object into a node object.
 
template<typename Scalar = double>
void NAV::to_json (json &j, const PolynomialRegressor< Scalar > &obj)
 Converts the provided object into json.
 
const char * NAV::to_string (PolynomialRegressor<>::Strategy strategy)
 Converts the enum to a string.
 

Detailed Description

Polynomial curve fitting.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-10-23

Definition in file PolynomialRegressor.hpp.