Uses of Package
com.pervasive.datarush.analytics.svm
-
Packages that use com.pervasive.datarush.analytics.svm Package Description com.pervasive.datarush.analytics.svm Provides PMML model classes for SVM.com.pervasive.datarush.analytics.svm.learner Provides an implementation of an SVM learner. -
Classes in com.pervasive.datarush.analytics.svm used by com.pervasive.datarush.analytics.svm Class Description KernelType Base class for the various SVM PMML kernel types.PMMLSupportVectorMachineModel.SvmRepresentation Corresponds to the PMMLSVM-REPRESENTATIONenumeration.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. -
Classes in com.pervasive.datarush.analytics.svm used by com.pervasive.datarush.analytics.svm.learner Class Description KernelType Base class for the various SVM PMML kernel types.