码迷,mamicode.com
首页 > 其他好文 > 详细

Nearest-Neighbor Methods

时间:2019-01-10 21:49:27      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:int   rds   close   for   input   vat   mic   ecif   family   

Nearest-neighbor methods use those observations in the training set T closest in input space to x  form Y-hat.

Specifically, the k-nearest neighbor fit for Y-hat is difined as follows: Y(x)=1/kΣyi,xi belong to Nk(x).

where Nk(x) is the neighborhood of x defined by the k closest points xi in the traing sample.

Closeness implies a metric, which for the moment we assume is Euclidean distance. So, in words, we find the k observations with xi closest to x in input space, and average their responses.

Nearest-Neighbor Methods

标签:int   rds   close   for   input   vat   mic   ecif   family   

原文地址:https://www.cnblogs.com/donggongdechen/p/10252374.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!