public class BasisSplineRegressorSet extends java.lang.Object implements RegressorSet
Constructor and Description |
---|
BasisSplineRegressorSet()
BasisSplineRegressorSet constructor - Creates the base spline parameter and initializes the
regression objects
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UnitRegressor> |
getRegressorSet()
Retrieve the list of regressors
|
java.lang.String |
getSetName()
Retrieve the Regression Set Name
|
boolean |
setupRegressors()
Set up the list of Regressors in the set
|
public BasisSplineRegressorSet() throws java.lang.Exception
java.lang.Exception
public boolean setupRegressors()
RegressorSet
setupRegressors
in interface RegressorSet
public java.util.List<UnitRegressor> getRegressorSet()
RegressorSet
getRegressorSet
in interface RegressorSet
public java.lang.String getSetName()
RegressorSet
getSetName
in interface RegressorSet