![]() |
0.4.1
|
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. | |