Computer Engineering and Applications ›› 2013, Vol. 49 ›› Issue (14): 121-125.

Previous Articles     Next Articles

Applying support vector machines to time series prediction in Oracle

WU Xiangning1, HU Xuan1, HU Guangdao2, HU Chengyu1, LI Guiling1   

  1. 1.College of Computer Science, China University of Geosciences, Wuhan 430074, China
    2.Faculty of Earth Resource, China University of Geosciences, Wuhan 430074, China
  • Online:2013-07-15 Published:2013-07-31

Oracle中使用支持向量机的时间序列预测方法

吴湘宁1,胡  炫1,胡光道2,胡成玉1,李桂玲1   

  1. 1.中国地质大学 计算机学院,武汉 430074
    2.中国地质大学 资源学院,武汉 430074

Abstract: Using Oracle Data Mining option(ODM) and the time series data stored in oracle database, the SVM(Support Vector Machines) model which is used to predict the future value of the time series can be constructed. To build SVM model, the trend in time series must be removed, and the target attribute should be normalized. The size of the time window in which including all the lag values should be determined, then the machine learning method can be used to construct a SVM prediction model according to the time series data. Comparing with the traditional time series prediction model, SVM prediction models can reveal non-linear, non-stationary and randomness of the time series, and have higher prediction accuracy.

Key words: Oracle, time series, support vector machine, prediction model

摘要: 利用Oracle数据库中的数据挖掘选件(Oracle Data Mining,ODM),并使用存储在Oracle数据库中的时间序列数据,可构建预测时间序列未来值的支持向量机(Support Vector Machines,SVM)模型。建模时,需去除时间序列中的趋势,将目标属性标准化,确定包含延迟变量窗口的尺寸,利用机器学习方法,由时间序列历史数据得出SVM预测模型。与传统时间序列预测模型相比,SVM预测模型能够揭示时间序列的非线性、非平稳性和随机性,从而得到较高的预测精度。

关键词: Oracle, 时间序列, 支持向量机, 预测模型