hawkular / hawkular-datamining

Real-time time series prediction library with standalone server
36 stars 22 forks source link

Add public methods to return parameters of Exponential Smoothing models #82

Open amoralico opened 7 years ago

amoralico commented 7 years ago

There are no public methods to get the parameters of an Exponential Smoothing model. For example, getAlpha, getBeta, getLevel, etc. This parameter values are only visible using toString() method of the model.

pavolloffay commented 7 years ago

Thanks for reporting, I'm planning to do more work on this library in the next couple of weeks.

amoralico commented 7 years ago

Thanks to you. The work you've done is awesome.