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 theLinearKernelType
PMML element.PMMLSupportVectorMachineModel PMML SupportVectorMachineModel.PolynomialKernelType Object representation of thePolynomialKernelType
PMML element.RadialBasisKernelType Object representation of theRadialBasisKernelType
PMML element.SigmoidKernelType Object representation of theSigmoidKernelType
PMML element.SupportVectorMachine Object representation of theSupportVectorMachine
PMML element.VectorDictionary Object representation of theVectorDictionary
PMML element. -
Enum Summary Enum Description PMMLSupportVectorMachineModel.SvmRepresentation Corresponds to the PMMLSVM-REPRESENTATION
enumeration.