摘要: # z支持向量机 from sklearn.svm import SVC import numpy as np import matplotlib.pyplot as plt from matplotlib.colors import ListedColormap from sklearn.data 阅读全文
posted @ 2021-07-08 10:22 邓居旺 阅读(226) 评论(0) 推荐(0)