Uses of Class
ibspan.ecap.merchant.shopdecisions.forecasting.DataLoadException

Packages that use DataLoadException
ibspan.ecap.merchant.shopdecisions.forecasting   
 

Uses of DataLoadException in ibspan.ecap.merchant.shopdecisions.forecasting
 

Methods in ibspan.ecap.merchant.shopdecisions.forecasting that throw DataLoadException
 int StationaryHorizonEstimator.estimateHorizon(java.lang.String productId, java.util.Date forecastStart)
           
 int HorizonEstimator.estimateHorizon(java.lang.String productId, java.util.Date forecastStart)
          Returns the forecast period length (in days) for the prediction of the given product starting at the specified date.
 ForecastDescription ForecastEvaluator.prepareForecast(java.lang.String productId, java.util.Date forecastStart)
          Prepares a forecast of the specified product starting at the given date.