Uses of Class
org.dmg.pmml.support_vector_machine.Kernel
-
Packages that use Kernel Package Description org.dmg.pmml org.dmg.pmml.support_vector_machine org.jpmml.model.visitors -
-
Uses of Kernel in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Kernel Modifier and Type Method Description VisitorActionVisitor. visit(Kernel kernel) -
Uses of Kernel in org.dmg.pmml.support_vector_machine
Subclasses of Kernel in org.dmg.pmml.support_vector_machine Modifier and Type Class Description classLinearKernelclassPolynomialKernelclassRadialBasisKernelclassSigmoidKernelMethods in org.dmg.pmml.support_vector_machine that return Kernel Modifier and Type Method Description KernelSupportVectorMachineModel. getKernel()KernelSupportVectorMachineModel. requireKernel()abstract KernelKernel. setDescription(java.lang.String description)Methods in org.dmg.pmml.support_vector_machine with parameters of type Kernel Modifier and Type Method Description SupportVectorMachineModelSupportVectorMachineModel. setKernel(Kernel kernel)Constructors in org.dmg.pmml.support_vector_machine with parameters of type Kernel Constructor Description SupportVectorMachineModel(MiningFunction miningFunction, MiningSchema miningSchema, Kernel kernel, VectorDictionary vectorDictionary, java.util.List<SupportVectorMachine> supportVectorMachines) -
Uses of Kernel in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Kernel Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Kernel kernel)
-