Uses of Enum Class
com.pervasive.datarush.analytics.svm.PMMLSupportVectorMachineModel.SvmRepresentation
Packages that use PMMLSupportVectorMachineModel.SvmRepresentation
-
Uses of PMMLSupportVectorMachineModel.SvmRepresentation in com.pervasive.datarush.analytics.svm
Methods in com.pervasive.datarush.analytics.svm that return PMMLSupportVectorMachineModel.SvmRepresentationModifier and TypeMethodDescriptionPMMLSupportVectorMachineModel.getSvmRepresentation()Returns thesvmRepresentationattribute for the model.Returns the enum constant of this class with the specified name.PMMLSupportVectorMachineModel.SvmRepresentation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.svm with parameters of type PMMLSupportVectorMachineModel.SvmRepresentationModifier and TypeMethodDescriptionfinal voidPMMLSupportVectorMachineModel.setSvmRepresentation(PMMLSupportVectorMachineModel.SvmRepresentation svmRepresentation) Sets thesvmRepresentationattribute for the model.