Retail Predictive Application Server (MOSC)

MOSC Banner

Preprocessing Methods (Standard Exponential Smoothing with Seasonality/ without Seasonality)

edited Jun 14, 2012 8:20AM in Retail Predictive Application Server (MOSC) 2 comments
Hi,

For preprocessing (using "preprocess" function) , we can use methodID parameter to select any filtering method. As per RDF configuration document, Standard Exponential Smoothing method does not considers "Seasonality" while smoothing data. It takes only event flag as an input. I was going through header files available in "devkit/include" directory to get some information for RPAS extension development and found that under possible methods there is some variables declaration for exponential smoothing with seasonality as following :

typedef enum
{
   MEDIAN5,             ///< 1 - Median filter as implemented by Jo Claire and Guiming
   MEDIAN1,             ///< 2 - Standard median filter
   OVERRIDE,            ///< 3 - Copy reference to source

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center