SVC函數(shù)是什么?
本身這個(gè)函數(shù)也是基于libsvm實(shí)現(xiàn)的,所以在參數(shù)設(shè)置上有很多相似的地方。(PS: libsvm中的二次規(guī)劃問(wèn)題的解決算法是SMO)。
sklearn.svm.SVC(C=1.0, kernel='rbf', degree=3, gamma='auto', coef0=0.0, shrinking=True, probability=False,
Tol=0.001, cache_size200, class_weight=None, verbose=False, max_iter=-1,
decision_function_shape=None,random_state=None)