Uses of Class
com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel.SvmRepresentation
- 
Packages that use PMMLSupportVectorMachineModel.SvmRepresentation Package Description com.pervasive.datarush.analytics.svm Provides PMML model classes for SVM. - 
- 
Uses of PMMLSupportVectorMachineModel.SvmRepresentation in com.pervasive.datarush.analytics.svm
Methods in com.pervasive.datarush.analytics.svm that return PMMLSupportVectorMachineModel.SvmRepresentation Modifier and Type Method Description PMMLSupportVectorMachineModel.SvmRepresentationPMMLSupportVectorMachineModel. getSvmRepresentation()Returns thesvmRepresentationattribute for the model.static PMMLSupportVectorMachineModel.SvmRepresentationPMMLSupportVectorMachineModel.SvmRepresentation. valueOf(String name)Returns the enum constant of this type with the specified name.static PMMLSupportVectorMachineModel.SvmRepresentation[]PMMLSupportVectorMachineModel.SvmRepresentation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.svm with parameters of type PMMLSupportVectorMachineModel.SvmRepresentation Modifier and Type Method Description voidPMMLSupportVectorMachineModel. setSvmRepresentation(PMMLSupportVectorMachineModel.SvmRepresentation svmRepresentation)Sets thesvmRepresentationattribute for the model. 
 -