public class EDFJacobianRegressorSet extends java.lang.Object implements RegressorSet
| Constructor and Description |
|---|
EDFJacobianRegressorSet() |
| 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 java.util.List<UnitRegressor> getRegressorSet()
RegressorSetgetRegressorSet in interface RegressorSetpublic boolean setupRegressors()
RegressorSetsetupRegressors in interface RegressorSetpublic java.lang.String getSetName()
RegressorSetgetSetName in interface RegressorSet