public interface LibSvmKernel
Implemented by all kernels available for the LibSvmPredictor. Kernels are necessary to make data which is not
linearly separable, separable in a higher dimensional space. Read the literature on SVM and kernels for further
information.
| Modifier and Type | Method and Description |
|---|---|
void |
apply(libsvm.svm_parameter libSvmParameter) |
Copyright © 2018. All rights reserved.