knn 數據集準備

1 """ 2 Created on Mon Aug 26 20:57:24 2019 3 4 @author: huoqs 5 6 knn algorithm 7 """ 8 import numpy as np 9 import matplotlib.pyplot as plt 10 11 def generate_data(num_samples, num_featur
相關文章
相關標籤/搜索