• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (10): 1959-1964.

• 论文 • Previous Articles     Next Articles

A novel classification method based on
locally weighted regression 

XU Xiaodan1,2,LIU Huawen2,YAO Minghai1,LIU Rixian1   

  1. (1.College of Information Engineering,Zhejiang University of Technology,Hangzhou 310023;
    2.College of Mathematics,Physics and Information Engineering,Zhejiang Normal University,Jinhua 321004,China)(1.College of Information Engineering,Zhejiang University of Technology,Hangzhou 310023;
    2.College of Mathematics,Physics and Information Engineering,Zhejiang Normal University,Jinhua 321004,China)
  • Received:2015-07-26 Revised:2015-09-24 Online:2015-10-25 Published:2015-10-25

Abstract:

Classification is one of the most practical techniques in data mining and analysis. Existing classification algorithms based on eager learning require a model assumption and do not address the correlations between individual instances, such that their performance can be affected. In this paper, we propose a new learning method based on the locally weighted regression, called MLWR. For a given test example, the MLWR firstly identifies the neighboring instances in the training set, and a locally weighted regression model is generated from the test instance and its neighboring instances.Then the test label is calculated by using the regression model and the neighboring labels. In the experiments, five classification methods are tested on 9 data sets of UCI. Experiment results show that the performance of the MLWR is superior to other methods and also suitable for big data.

Key words: classification;mapping relationship;locally weighted regression;kNN;lazy learning