軟體兄弟 · python svm教學; 文章資訊. from sklearn import svm >>> X = [[0, 0], [1, 1]] >>> y = [0, 1] >>> clf = svm.SVC() >>> clf.fit(X, y) SVC().
確定! 回上一頁