Args: C (float): weight of penalty for misclassified points in soft-margin error if C == 0, then hard-margin SVM is used kernel: {linear_kernel, polynomial_kernel, rbf_kernel} kernel method to use power (int): exponent in p
(self, C=0, kernel=linear_kernel, power=2, gamma=0.02, coef=1)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected