|
STK++ 0.9.13
|
This namespace encloses all variables and constant specific to the Regress project. More...
Enumerations | |
| enum | TypeBasisFunction { unknown_basis_ = -1 , bspline_ , sines_ , cosines_ , trigonometric_ , chebyshev } |
| functional basis coefficients to use for fonctional and non-linear regression More... | |
| enum | TypeRegression { unknown_regression_ = -1 , linear_ , additiveBSpline_ , adaptiveBSpline_ } |
| Regression method to use. More... | |
| enum | KnotsPosition { uniformKnotsPositions_ , periodicKnotsPositions_ , densityKnotsPositions_ , unknown_Knots_Position_ = -1 } |
| Method to use for positioning the knots for BSpline basis. More... | |
Functions | |
| TypeRegression | stringToTypeRegression (String const &type) |
| Convert a String to a TypeRegression. | |
| String | typeRegressionToString (TypeRegression const &type) |
| Convert a TypeRegression to a String. | |
| KnotsPosition | stringToKnotsPosition (String const &type) |
| convert a String to a KnotsPosition. | |
| String | knotsPositionToString (KnotsPosition const &type) |
| convert a KnotsPosition to a String. | |
This namespace encloses all variables and constant specific to the Regress project.
|
inline |
convert a String to a KnotsPosition.
| type | the type of KnotsPosition in a string |
type. If the string does not match any known name, the unknown_regression_ type is returned. Definition at line 133 of file STK_Regress_Util.h.
References _T, densityKnotsPositions_, periodicKnotsPositions_, STK::toUpperString(), uniformKnotsPositions_, and unknown_Knots_Position_.
Referenced by STK::AdditiveBSplineRegressionPage::validate().