package.html

来自「搞算法预测的可以来看。有移动平均法」· HTML 代码 · 共 16 行

HTML
16
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>  <body>    <p>This is the main package for OpenForecast. It contains most of the    classes and interfaces that the average user will use. Only the more    advanced users that want access to specific forecasting models will need    to access the subpackages.</p>    <p>In general, you will initialize a DataSet object with a series of    DataPoints that define a series of observations. Then you will pass this    to the Forecaster.getBestForecast method to obtain a reference to the    most appropriate forecast model for the given data set. This    ForecastingModel can then be used to forecast additional values.</p>  </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?