Package org.dmg.pmml.general_regression
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.general_regression.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.general_regression 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.general_regression
-
Method Summary
-
-
-
Method Detail
-
createPCovMatrix
public PCovMatrix createPCovMatrix()
Create an instance ofPCovMatrix- Returns:
- the new instance of
PCovMatrix
-
createGeneralRegressionModel
public GeneralRegressionModel createGeneralRegressionModel()
Create an instance ofGeneralRegressionModel- Returns:
- the new instance of
GeneralRegressionModel
-
createParameterList
public ParameterList createParameterList()
Create an instance ofParameterList- Returns:
- the new instance of
ParameterList
-
createParameter
public Parameter createParameter()
Create an instance ofParameter- Returns:
- the new instance of
Parameter
-
createFactorList
public FactorList createFactorList()
Create an instance ofFactorList- Returns:
- the new instance of
FactorList
-
createPredictor
public Predictor createPredictor()
Create an instance ofPredictor- Returns:
- the new instance of
Predictor
-
createCategories
public Categories createCategories()
Create an instance ofCategories- Returns:
- the new instance of
Categories
-
createCategory
public Category createCategory()
Create an instance ofCategory- Returns:
- the new instance of
Category
-
createCovariateList
public CovariateList createCovariateList()
Create an instance ofCovariateList- Returns:
- the new instance of
CovariateList
-
createPPMatrix
public PPMatrix createPPMatrix()
Create an instance ofPPMatrix- Returns:
- the new instance of
PPMatrix
-
createPPCell
public PPCell createPPCell()
Create an instance ofPPCell- Returns:
- the new instance of
PPCell
-
createPCovCell
public PCovCell createPCovCell()
Create an instance ofPCovCell- Returns:
- the new instance of
PCovCell
-
createParamMatrix
public ParamMatrix createParamMatrix()
Create an instance ofParamMatrix- Returns:
- the new instance of
ParamMatrix
-
createPCell
public PCell createPCell()
Create an instance ofPCell- Returns:
- the new instance of
PCell
-
createEventValues
public EventValues createEventValues()
Create an instance ofEventValues- Returns:
- the new instance of
EventValues
-
createBaseCumHazardTables
public BaseCumHazardTables createBaseCumHazardTables()
Create an instance ofBaseCumHazardTables- Returns:
- the new instance of
BaseCumHazardTables
-
createBaselineStratum
public BaselineStratum createBaselineStratum()
Create an instance ofBaselineStratum- Returns:
- the new instance of
BaselineStratum
-
createBaselineCell
public BaselineCell createBaselineCell()
Create an instance ofBaselineCell- Returns:
- the new instance of
BaselineCell
-
-