[MachineLearning]KNN
摘要:# -*- coding: utf-8 -*-"""Created on Wed Jun 18 11:46:15 2014@author: hp"""import numpy as npimport operatordef createDataSet(): group=np.random.ra...
阅读全文
posted @ 2014-06-18 15:37