多项选择题
A.高斯核函数B.多项式核函数C.S形核函数D.线性核
A.np.arange(1,10)B.np.arange(1,9)C.np.array(range(1,10))D.np.array(range(1,9))
A.列表B.元组C.数组D.字典