Kn -nearest Neighbor Classification
暂无分享,去创建一个
The k_n nearest neighbor classification rule is a nonparametric classification procedure that assigns a random vector Z to one of two populations \pi_1, \pi_2 . Samples of equal size n are taken from \pi_1 and \pi_2 and are ordered separately with respect to their distance from Z = z . The rule assigns Z to \pi_1 if the distance of the k_n th sample observation from \pi_1 to z is less than the distance of the k_n th sample observation from \pi_2 to z ; otherwise Z is assigned to \pi_2 . This rule is equivalent to the Fix and Hodges, "majority rule" [4] or the nearest neighbor rule of Cover and Hart [3]. This paper studies some asymptotic properties of this rule including an expression for a consistent upper bound on the probability of misclassification.
[1] Peter E. Hart,et al. Nearest neighbor pattern classification , 1967, IEEE Trans. Inf. Theory.
[2] A. Wald,et al. On Stochastic Limit and Order Relationships , 1943 .
[3] Thomas M. Cover,et al. Estimation by the nearest neighbor rule , 1968, IEEE Trans. Inf. Theory.
[4] H. Chernoff. LARGE-SAMPLE THEORY: PARAMETRIC CASE' , 1956 .