Interface UnitRegressor

All Known Implementing Classes:
BasisSplineRegressor, HermiteBasisSplineRegressor, LagrangePolynomialStretchRegressor, LocalControlBasisSplineRegressor, UnitRegressionExecutor

public interface UnitRegressor
UnitRegressor provides the stub functionality for the Individual Regressors. Its derived classes implement the actual regression run. Individual regressors are named.



Author:
Lakshmi Krishnamurthy
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    Regressor Name
    RegressionRunOutput regress()
    This method performs the feature by feature regression for the given object.
  • Method Details

    • regress

      This method performs the feature by feature regression for the given object.
      Returns:
      The calculated Regression Output Object.
    • getName

      java.lang.String getName()
      Regressor Name
      Returns:
      Name of the regressor