public abstract class UnitRegressionExecutor extends java.lang.Object implements UnitRegressor
Modifier and Type | Method and Description |
---|---|
abstract boolean |
execRegression()
Execute the regression call within this function
|
java.lang.String |
getName()
Regressor Name
|
boolean |
postRegression(RegressionRunDetail rnvd)
Clean-up of the objects set-up for the regression
|
boolean |
preRegression()
One-time initialization to set up the objects needed for the regression
|
RegressionRunOutput |
regress()
This method performs the feature by feature regression for the given object.
|
public boolean preRegression()
public abstract boolean execRegression()
public boolean postRegression(RegressionRunDetail rnvd)
rnvd
- Regression Run Detail object to capture the regression detailspublic RegressionRunOutput regress()
UnitRegressor
regress
in interface UnitRegressor
public java.lang.String getName()
UnitRegressor
getName
in interface UnitRegressor