public class SupportVectorMachineUtil
extends Object
-
Method Summary
static org.dmg.pmml.support_vector_machine.Kernel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
createKernel
public static org.dmg.pmml.support_vector_machine.Kernel createKernel(String kernel,
Number degree,
Number gamma,
Number coef0)