Uses of Class
org.dmg.pmml.support_vector_machine.SupportVectorMachineModel.ClassificationMethod
-
Packages that use SupportVectorMachineModel.ClassificationMethod Package Description org.dmg.pmml.support_vector_machine -
-
Uses of SupportVectorMachineModel.ClassificationMethod in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return SupportVectorMachineModel.ClassificationMethod Modifier and Type Method Description static SupportVectorMachineModel.ClassificationMethodSupportVectorMachineModel.ClassificationMethod. fromValue(java.lang.String v)SupportVectorMachineModel.ClassificationMethodSupportVectorMachineModel. getClassificationMethod()static SupportVectorMachineModel.ClassificationMethodSupportVectorMachineModel.ClassificationMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SupportVectorMachineModel.ClassificationMethod[]SupportVectorMachineModel.ClassificationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.support_vector_machine with parameters of type SupportVectorMachineModel.ClassificationMethod Modifier and Type Method Description SupportVectorMachineModelSupportVectorMachineModel. setClassificationMethod(SupportVectorMachineModel.ClassificationMethod classificationMethod)
-