機器學習第一週——KNN

代碼實現: from math import sqrt import numpy as np import matplotlib.pyplot as plt from collections import Counter raw_data_x是特徵,raw_data_y是標籤,0爲良性,1爲惡性 raw_data_X = [[3.393533211, 2.331273381], [3.110073
相關文章
相關標籤/搜索