SVC constructor
SVC()
To manually instantiate the SVC. The parameters are lifted directly from scikit-learn. See the attributes here: https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
Implementation
SVC(this.supportVectors, this.dualCoef, this.intercept, this.nSupport,
this.classes, this.kernel, this.gamma, this.coef0, this.degree);