Module datarush.analytics
Package com.pervasive.datarush.analytics.svm
Provides PMML model classes for SVM.
-
Class Summary Class Description KernelType Base class for the various SVM PMML kernel types.LinearKernelType Object representation of theLinearKernelTypePMML element.PMMLSupportVectorMachineModel PMML SupportVectorMachineModel.PolynomialKernelType Object representation of thePolynomialKernelTypePMML element.RadialBasisKernelType Object representation of theRadialBasisKernelTypePMML element.SigmoidKernelType Object representation of theSigmoidKernelTypePMML element.SupportVectorMachine Object representation of theSupportVectorMachinePMML element.VectorDictionary Object representation of theVectorDictionaryPMML element. -
Enum Summary Enum Description PMMLSupportVectorMachineModel.SvmRepresentation Corresponds to the PMMLSVM-REPRESENTATIONenumeration.