Uses of Class
org.dmg.pmml.support_vector_machine.LinearKernel
-
Packages that use LinearKernel Package Description org.dmg.pmml org.dmg.pmml.support_vector_machine org.jpmml.model.visitors -
-
Uses of LinearKernel in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type LinearKernel Modifier and Type Method Description VisitorActionVisitor. visit(LinearKernel linearKernel) -
Uses of LinearKernel in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return LinearKernel Modifier and Type Method Description LinearKernelLinearKernel. addExtensions(Extension... extensions)LinearKernelObjectFactory. createLinearKernel()Create an instance ofLinearKernelLinearKernelLinearKernel. setDescription(java.lang.String description) -
Uses of LinearKernel in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type LinearKernel Modifier and Type Method Description VisitorActionAbstractVisitor. visit(LinearKernel linearKernel)
-