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.SvmRepresentation
PMMLSupportVectorMachineModel. getSvmRepresentation()
Returns thesvmRepresentation
attribute for the model.static PMMLSupportVectorMachineModel.SvmRepresentation
PMMLSupportVectorMachineModel.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 void
PMMLSupportVectorMachineModel. setSvmRepresentation(PMMLSupportVectorMachineModel.SvmRepresentation svmRepresentation)
Sets thesvmRepresentation
attribute for the model.
-