Uses of Class
org.dmg.pmml.support_vector_machine.SupportVectorMachineModel.Representation
-
Packages that use SupportVectorMachineModel.Representation Package Description org.dmg.pmml.support_vector_machine -
-
Uses of SupportVectorMachineModel.Representation in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return SupportVectorMachineModel.Representation Modifier and Type Method Description static SupportVectorMachineModel.RepresentationSupportVectorMachineModel.Representation. fromValue(java.lang.String v)SupportVectorMachineModel.RepresentationSupportVectorMachineModel. getRepresentation()static SupportVectorMachineModel.RepresentationSupportVectorMachineModel.Representation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SupportVectorMachineModel.Representation[]SupportVectorMachineModel.Representation. 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.Representation Modifier and Type Method Description SupportVectorMachineModelSupportVectorMachineModel. setRepresentation(SupportVectorMachineModel.Representation representation)
-