public static enum PMMLSupportVectorMachineModel.SvmRepresentation extends Enum<PMMLSupportVectorMachineModel.SvmRepresentation>
SVM-REPRESENTATION enumeration.| Enum Constant and Description | 
|---|
| CoefficientsThe SVM is represented by coefficients | 
| SupportVectorsThe SVM is represented by the support vectors | 
| Modifier and Type | Method and Description | 
|---|---|
| static PMMLSupportVectorMachineModel.SvmRepresentation | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PMMLSupportVectorMachineModel.SvmRepresentation[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PMMLSupportVectorMachineModel.SvmRepresentation SupportVectors
public static final PMMLSupportVectorMachineModel.SvmRepresentation Coefficients
public static PMMLSupportVectorMachineModel.SvmRepresentation[] values()
for (PMMLSupportVectorMachineModel.SvmRepresentation c : PMMLSupportVectorMachineModel.SvmRepresentation.values()) System.out.println(c);
public static PMMLSupportVectorMachineModel.SvmRepresentation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Actian Corporation. All rights reserved.