In this file we define the Interface base class IPage.
In this Page, we manage the options for the computation of the Additive BSpline regression.
Regress::KnotsPosition position_
positions of the knots.
int nbControlPoints() const
number of control points
virtual ~AdditiveBSplineRegressionPage()
destructor.
int nbControlPoints_
Number of control points.
virtual AdditiveBSplineRegressionPage * clone() const
Create a copy of the AdditiveBSplineRegressionPage.
Regress::KnotsPosition const & knotsPositions() const
get the method for positioning the knots.
A IPage is an interface base class for reading and/or writing a page of option in a file.