0.2.0
|
Polynomial curve fitting. More...
Go to the source code of this file.
Classes | |
class | NAV::PolynomialRegressor< Scalar > |
Polynomial Curve Fitting. More... | |
Typedefs | |
using | json |
json namespace | |
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. | |
Polynomial curve fitting.
void NAV::from_json | ( | const json & | j, |
PolynomialRegressor< Scalar > & | obj ) |
Converts the provided json object into a node object.
[in] | j | Json object with the needed values |
[out] | obj | Object to fill from the json |
void NAV::to_json | ( | json & | j, |
const PolynomialRegressor< Scalar > & | obj ) |
Converts the provided object into json.
[out] | j | Json object which gets filled with the info |
[in] | obj | Object to convert into json |
const char * NAV::to_string | ( | PolynomialRegressor<>::Strategy | strategy | ) |
Converts the enum to a string.
[in] | strategy | Enum value to convert into text |