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-REPRESENTATION
enumeration.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. -
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.