SVM支持向量机绘图

原文: http://ihoge.cn/2018/SVM绘图.htmlhtml %matplotlib inline import matplotlib.pyplot as plt import numpy as np class1 = np.array([[1, 1], [1, 3], [2, 1], [1, 2], [2, 2]]) class2 = np.array([[4, 4], [5,
相关文章
相关标签/搜索