Intelligent Selection of Instances for Prediction Functions in Lazy Learning Algorithms
作者:Jianping Zhang, Yee-Sat Yim, Jumming Yang
摘要
Lazy learning methods for function prediction use different prediction functions. Given a set of stored instances, a similarity measure, and a novel instance, a prediction function determines the value of the novel instance. A prediction function consists of three components: a positive integer k specifying the number of instances to be selected, a method for selecting the k instances, and a method for calculating the value of the novel instance given the k selected instances. This paper introduces a novel method called k surrounding neighbor (k-SN) for intelligently selecting instances and describes a simple k-SN algorithm. Unlike k nearest neighbor (k-NN), k-SN selects k instances that surround the novel instance. We empirically compared k-SN with k-NN using the linearly weighted average and local weighted regression methods. The experimental results show that k-SN outperforms k-NN with linearly weighted average and performs slightly better than k-NN with local weighted regression for the selected datasets.
论文关键词:instance-based learning and prediction, function prediction, prediction functions
论文评审过程:
论文官网地址:https://doi.org/10.1023/A:1006500703083