Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.support_vector_machine.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.dmg.pmml.support_vector_machine package.An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmg.pmml.support_vector_machine
-
Method Summary
-
-
-
Method Detail
-
createSupportVectorMachineModel
public SupportVectorMachineModel createSupportVectorMachineModel()
Create an instance ofSupportVectorMachineModel- Returns:
- the new instance of
SupportVectorMachineModel
-
createLinearKernel
public LinearKernel createLinearKernel()
Create an instance ofLinearKernel- Returns:
- the new instance of
LinearKernel
-
createPolynomialKernel
public PolynomialKernel createPolynomialKernel()
Create an instance ofPolynomialKernel- Returns:
- the new instance of
PolynomialKernel
-
createRadialBasisKernel
public RadialBasisKernel createRadialBasisKernel()
Create an instance ofRadialBasisKernel- Returns:
- the new instance of
RadialBasisKernel
-
createSigmoidKernel
public SigmoidKernel createSigmoidKernel()
Create an instance ofSigmoidKernel- Returns:
- the new instance of
SigmoidKernel
-
createVectorDictionary
public VectorDictionary createVectorDictionary()
Create an instance ofVectorDictionary- Returns:
- the new instance of
VectorDictionary
-
createVectorFields
public VectorFields createVectorFields()
Create an instance ofVectorFields- Returns:
- the new instance of
VectorFields
-
createVectorInstance
public VectorInstance createVectorInstance()
Create an instance ofVectorInstance- Returns:
- the new instance of
VectorInstance
-
createSupportVectorMachine
public SupportVectorMachine createSupportVectorMachine()
Create an instance ofSupportVectorMachine- Returns:
- the new instance of
SupportVectorMachine
-
createSupportVectors
public SupportVectors createSupportVectors()
Create an instance ofSupportVectors- Returns:
- the new instance of
SupportVectors
-
createSupportVector
public SupportVector createSupportVector()
Create an instance ofSupportVector- Returns:
- the new instance of
SupportVector
-
createCoefficients
public Coefficients createCoefficients()
Create an instance ofCoefficients- Returns:
- the new instance of
Coefficients
-
createCoefficient
public Coefficient createCoefficient()
Create an instance ofCoefficient- Returns:
- the new instance of
Coefficient
-
-