#include <rdGCVSplineSet.h>
Inheritance diagram for rdGCVSplineSet:

Public Member Functions | |
| rdGCVSplineSet () | |
| Default constructor. | |
| rdGCVSplineSet (const char *aFileName) | |
| Construct a set of generalized cross-validated splines from file. | |
| rdGCVSplineSet (int aDegree, rdStorage *aStore, double aErrorVariance=0.0) | |
| Construct a set of generalized cross-validated splines based on the states stored in an rdStorage object. | |
| virtual | ~rdGCVSplineSet () |
| Destructor. | |
| rdGCVSpline * | getGCVSpline (int aIndex) |
| Get the function at a specified index. | |
| rdStorage * | constructStorage (int aDerivOrder, double aDX=-1) |
| Construct a storage object (see rdStorage) for this spline \ or for some derivative of this spline set. | |
Private Member Functions | |
| void | setNull () |
| Set all member variables to NULL values. | |
| void | construct (int aDegree, rdStorage *aStore, double aErrorVariance) |
| Construct a set of generalized cross-validated splines based on the states stored in an rdStorage object. | |
|
|
Construct a set of generalized cross-validated splines from file.
|
|
||||||||||||||||
|
Construct a set of generalized cross-validated splines based on the states stored in an rdStorage object. Each column in the rdStorage object is fit with a spline of the specified degree and is named the name of its corresponding column label. Note that column labels in the storage object are assumed to be tab delimited.
|
|
||||||||||||||||
|
Construct a set of generalized cross-validated splines based on the states stored in an rdStorage object.
|
|
||||||||||||
|
Construct a storage object (see rdStorage) for this spline \ or for some derivative of this spline set.
|
|
|
Get the function at a specified index.
|
1.3