public class GeneralRegressionModel extends Model implements com.sun.xml.bind.Locatable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}MiningSchema"/>
<element ref="{http://www.dmg.org/PMML-4_1}Output" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}ModelStats" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}ModelExplanation" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}Targets" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}LocalTransformations" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}ParameterList"/>
<element ref="{http://www.dmg.org/PMML-4_1}FactorList" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}CovariateList" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}PPMatrix"/>
<element ref="{http://www.dmg.org/PMML-4_1}PCovMatrix" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}ParamMatrix"/>
<element ref="{http://www.dmg.org/PMML-4_1}EventValues" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}BaseCumHazardTables" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}ModelVerification" minOccurs="0"/>
</sequence>
<attribute name="targetVariableName" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="modelType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="regression"/>
<enumeration value="generalLinear"/>
<enumeration value="multinomialLogistic"/>
<enumeration value="ordinalMultinomial"/>
<enumeration value="generalizedLinear"/>
<enumeration value="CoxRegression"/>
</restriction>
</simpleType>
</attribute>
<attribute name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="functionName" use="required" type="{http://www.dmg.org/PMML-4_1}MINING-FUNCTION" />
<attribute name="algorithmName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetReferenceCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cumulativeLink" type="{http://www.dmg.org/PMML-4_1}CUMULATIVE-LINK-FUNCTION" />
<attribute name="linkFunction" type="{http://www.dmg.org/PMML-4_1}LINK-FUNCTION" />
<attribute name="linkParameter" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="trialsVariable" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="trialsValue" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
<attribute name="distribution">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="binomial"/>
<enumeration value="gamma"/>
<enumeration value="igauss"/>
<enumeration value="negbin"/>
<enumeration value="normal"/>
<enumeration value="poisson"/>
<enumeration value="tweedie"/>
</restriction>
</simpleType>
</attribute>
<attribute name="distParameter" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="offsetVariable" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="offsetValue" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="modelDF" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
<attribute name="endTimeVariable" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="startTimeVariable" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="subjectIDVariable" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="statusVariable" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="baselineStrataVariable" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="isScorable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneralRegressionModel.Distribution
Java class for null.
|
static class |
GeneralRegressionModel.ModelType
Java class for null.
|
| Constructor and Description |
|---|
GeneralRegressionModel()
Deprecated.
|
GeneralRegressionModel(MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix,
GeneralRegressionModel.ModelType modelType,
MiningFunctionType functionName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName()
Gets the value of the algorithmName property.
|
BaseCumHazardTables |
getBaseCumHazardTables()
Gets the value of the baseCumHazardTables property.
|
FieldName |
getBaselineStrataVariable()
Gets the value of the baselineStrataVariable property.
|
CovariateList |
getCovariateList()
Gets the value of the covariateList property.
|
CumulativeLinkFunctionType |
getCumulativeLink()
Gets the value of the cumulativeLink property.
|
Double |
getDistParameter()
Gets the value of the distParameter property.
|
GeneralRegressionModel.Distribution |
getDistribution()
Gets the value of the distribution property.
|
FieldName |
getEndTimeVariable()
Gets the value of the endTimeVariable property.
|
EventValues |
getEventValues()
Gets the value of the eventValues property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FactorList |
getFactorList()
Gets the value of the factorList property.
|
MiningFunctionType |
getFunctionName()
Gets the value of the functionName property.
|
LinkFunctionType |
getLinkFunction()
Gets the value of the linkFunction property.
|
Double |
getLinkParameter()
Gets the value of the linkParameter property.
|
LocalTransformations |
getLocalTransformations()
Gets the value of the localTransformations property.
|
MiningSchema |
getMiningSchema()
Gets the value of the miningSchema property.
|
Double |
getModelDF()
Gets the value of the modelDF property.
|
ModelExplanation |
getModelExplanation()
Gets the value of the modelExplanation property.
|
String |
getModelName()
Gets the value of the modelName property.
|
ModelStats |
getModelStats()
Gets the value of the modelStats property.
|
GeneralRegressionModel.ModelType |
getModelType()
Gets the value of the modelType property.
|
ModelVerification |
getModelVerification()
Gets the value of the modelVerification property.
|
Double |
getOffsetValue()
Gets the value of the offsetValue property.
|
FieldName |
getOffsetVariable()
Gets the value of the offsetVariable property.
|
Output |
getOutput()
Gets the value of the output property.
|
ParameterList |
getParameterList()
Gets the value of the parameterList property.
|
ParamMatrix |
getParamMatrix()
Gets the value of the paramMatrix property.
|
PCovMatrix |
getPCovMatrix()
Gets the value of the pCovMatrix property.
|
PPMatrix |
getPPMatrix()
Gets the value of the ppMatrix property.
|
FieldName |
getStartTimeVariable()
Gets the value of the startTimeVariable property.
|
FieldName |
getStatusVariable()
Gets the value of the statusVariable property.
|
FieldName |
getSubjectIDVariable()
Gets the value of the subjectIDVariable property.
|
String |
getTargetReferenceCategory()
Gets the value of the targetReferenceCategory property.
|
Targets |
getTargets()
Gets the value of the targets property.
|
FieldName |
getTargetVariableName()
Gets the value of the targetVariableName property.
|
Integer |
getTrialsValue()
Gets the value of the trialsValue property.
|
FieldName |
getTrialsVariable()
Gets the value of the trialsVariable property.
|
boolean |
isScorable()
Gets the value of the scorable property.
|
void |
setAlgorithmName(String value)
Sets the value of the algorithmName property.
|
void |
setBaseCumHazardTables(BaseCumHazardTables value)
Sets the value of the baseCumHazardTables property.
|
void |
setBaselineStrataVariable(FieldName value)
Sets the value of the baselineStrataVariable property.
|
void |
setCovariateList(CovariateList value)
Sets the value of the covariateList property.
|
void |
setCumulativeLink(CumulativeLinkFunctionType value)
Sets the value of the cumulativeLink property.
|
void |
setDistParameter(Double value)
Sets the value of the distParameter property.
|
void |
setDistribution(GeneralRegressionModel.Distribution value)
Sets the value of the distribution property.
|
void |
setEndTimeVariable(FieldName value)
Sets the value of the endTimeVariable property.
|
void |
setEventValues(EventValues value)
Sets the value of the eventValues property.
|
void |
setFactorList(FactorList value)
Sets the value of the factorList property.
|
void |
setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
setLinkFunction(LinkFunctionType value)
Sets the value of the linkFunction property.
|
void |
setLinkParameter(Double value)
Sets the value of the linkParameter property.
|
void |
setLocalTransformations(LocalTransformations value)
Sets the value of the localTransformations property.
|
void |
setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
setModelDF(Double value)
Sets the value of the modelDF property.
|
void |
setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
setModelName(String value)
Sets the value of the modelName property.
|
void |
setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
setModelType(GeneralRegressionModel.ModelType value)
Sets the value of the modelType property.
|
void |
setModelVerification(ModelVerification value)
Sets the value of the modelVerification property.
|
void |
setOffsetValue(Double value)
Sets the value of the offsetValue property.
|
void |
setOffsetVariable(FieldName value)
Sets the value of the offsetVariable property.
|
void |
setOutput(Output value)
Sets the value of the output property.
|
void |
setParameterList(ParameterList value)
Sets the value of the parameterList property.
|
void |
setParamMatrix(ParamMatrix value)
Sets the value of the paramMatrix property.
|
void |
setPCovMatrix(PCovMatrix value)
Sets the value of the pCovMatrix property.
|
void |
setPPMatrix(PPMatrix value)
Sets the value of the ppMatrix property.
|
void |
setScorable(Boolean value)
Sets the value of the scorable property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setStartTimeVariable(FieldName value)
Sets the value of the startTimeVariable property.
|
void |
setStatusVariable(FieldName value)
Sets the value of the statusVariable property.
|
void |
setSubjectIDVariable(FieldName value)
Sets the value of the subjectIDVariable property.
|
void |
setTargetReferenceCategory(String value)
Sets the value of the targetReferenceCategory property.
|
void |
setTargets(Targets value)
Sets the value of the targets property.
|
void |
setTargetVariableName(FieldName value)
Sets the value of the targetVariableName property.
|
void |
setTrialsValue(Integer value)
Sets the value of the trialsValue property.
|
void |
setTrialsVariable(FieldName value)
Sets the value of the trialsVariable property.
|
Locator |
sourceLocation() |
protected MiningSchema miningSchema
protected Output output
protected ModelStats modelStats
protected ModelExplanation modelExplanation
protected Targets targets
protected LocalTransformations localTransformations
protected ParameterList parameterList
protected FactorList factorList
protected CovariateList covariateList
protected PPMatrix ppMatrix
protected PCovMatrix pCovMatrix
protected ParamMatrix paramMatrix
protected EventValues eventValues
protected BaseCumHazardTables baseCumHazardTables
protected ModelVerification modelVerification
protected FieldName targetVariableName
protected GeneralRegressionModel.ModelType modelType
protected String modelName
protected MiningFunctionType functionName
protected String algorithmName
protected String targetReferenceCategory
protected CumulativeLinkFunctionType cumulativeLink
protected LinkFunctionType linkFunction
protected Double linkParameter
protected FieldName trialsVariable
protected Integer trialsValue
protected GeneralRegressionModel.Distribution distribution
protected Double distParameter
protected FieldName offsetVariable
protected Double offsetValue
protected Double modelDF
protected FieldName endTimeVariable
protected FieldName startTimeVariable
protected FieldName subjectIDVariable
protected FieldName statusVariable
protected FieldName baselineStrataVariable
protected Boolean scorable
protected Locator locator
@Deprecated public GeneralRegressionModel()
public GeneralRegressionModel(MiningSchema miningSchema, ParameterList parameterList, PPMatrix ppMatrix, ParamMatrix paramMatrix, GeneralRegressionModel.ModelType modelType, MiningFunctionType functionName)
public List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public MiningSchema getMiningSchema()
getMiningSchema in class ModelMiningSchemapublic void setMiningSchema(MiningSchema value)
setMiningSchema in class Modelvalue - allowed object is
MiningSchemapublic Output getOutput()
public void setOutput(Output value)
public ModelStats getModelStats()
getModelStats in class ModelModelStatspublic void setModelStats(ModelStats value)
setModelStats in class Modelvalue - allowed object is
ModelStatspublic ModelExplanation getModelExplanation()
ModelExplanationpublic void setModelExplanation(ModelExplanation value)
value - allowed object is
ModelExplanationpublic Targets getTargets()
getTargets in class ModelTargetspublic void setTargets(Targets value)
setTargets in class Modelvalue - allowed object is
Targetspublic LocalTransformations getLocalTransformations()
getLocalTransformations in class ModelLocalTransformationspublic void setLocalTransformations(LocalTransformations value)
setLocalTransformations in class Modelvalue - allowed object is
LocalTransformationspublic ParameterList getParameterList()
ParameterListpublic void setParameterList(ParameterList value)
value - allowed object is
ParameterListpublic FactorList getFactorList()
FactorListpublic void setFactorList(FactorList value)
value - allowed object is
FactorListpublic CovariateList getCovariateList()
CovariateListpublic void setCovariateList(CovariateList value)
value - allowed object is
CovariateListpublic PPMatrix getPPMatrix()
PPMatrixpublic void setPPMatrix(PPMatrix value)
value - allowed object is
PPMatrixpublic PCovMatrix getPCovMatrix()
PCovMatrixpublic void setPCovMatrix(PCovMatrix value)
value - allowed object is
PCovMatrixpublic ParamMatrix getParamMatrix()
ParamMatrixpublic void setParamMatrix(ParamMatrix value)
value - allowed object is
ParamMatrixpublic EventValues getEventValues()
EventValuespublic void setEventValues(EventValues value)
value - allowed object is
EventValuespublic BaseCumHazardTables getBaseCumHazardTables()
BaseCumHazardTablespublic void setBaseCumHazardTables(BaseCumHazardTables value)
value - allowed object is
BaseCumHazardTablespublic ModelVerification getModelVerification()
ModelVerificationpublic void setModelVerification(ModelVerification value)
value - allowed object is
ModelVerificationpublic FieldName getTargetVariableName()
Stringpublic void setTargetVariableName(FieldName value)
value - allowed object is
Stringpublic GeneralRegressionModel.ModelType getModelType()
GeneralRegressionModel.ModelTypepublic void setModelType(GeneralRegressionModel.ModelType value)
value - allowed object is
GeneralRegressionModel.ModelTypepublic String getModelName()
getModelName in class ModelStringpublic void setModelName(String value)
setModelName in class Modelvalue - allowed object is
Stringpublic MiningFunctionType getFunctionName()
getFunctionName in class ModelMiningFunctionTypepublic void setFunctionName(MiningFunctionType value)
setFunctionName in class Modelvalue - allowed object is
MiningFunctionTypepublic String getAlgorithmName()
Stringpublic void setAlgorithmName(String value)
value - allowed object is
Stringpublic String getTargetReferenceCategory()
Stringpublic void setTargetReferenceCategory(String value)
value - allowed object is
Stringpublic CumulativeLinkFunctionType getCumulativeLink()
CumulativeLinkFunctionTypepublic void setCumulativeLink(CumulativeLinkFunctionType value)
value - allowed object is
CumulativeLinkFunctionTypepublic LinkFunctionType getLinkFunction()
LinkFunctionTypepublic void setLinkFunction(LinkFunctionType value)
value - allowed object is
LinkFunctionTypepublic Double getLinkParameter()
Doublepublic void setLinkParameter(Double value)
value - allowed object is
Doublepublic FieldName getTrialsVariable()
Stringpublic void setTrialsVariable(FieldName value)
value - allowed object is
Stringpublic Integer getTrialsValue()
Stringpublic void setTrialsValue(Integer value)
value - allowed object is
Stringpublic GeneralRegressionModel.Distribution getDistribution()
GeneralRegressionModel.Distributionpublic void setDistribution(GeneralRegressionModel.Distribution value)
value - allowed object is
GeneralRegressionModel.Distributionpublic Double getDistParameter()
Doublepublic void setDistParameter(Double value)
value - allowed object is
Doublepublic FieldName getOffsetVariable()
Stringpublic void setOffsetVariable(FieldName value)
value - allowed object is
Stringpublic Double getOffsetValue()
Doublepublic void setOffsetValue(Double value)
value - allowed object is
Doublepublic Double getModelDF()
Doublepublic void setModelDF(Double value)
value - allowed object is
Doublepublic FieldName getEndTimeVariable()
Stringpublic void setEndTimeVariable(FieldName value)
value - allowed object is
Stringpublic FieldName getStartTimeVariable()
Stringpublic void setStartTimeVariable(FieldName value)
value - allowed object is
Stringpublic FieldName getSubjectIDVariable()
Stringpublic void setSubjectIDVariable(FieldName value)
value - allowed object is
Stringpublic FieldName getStatusVariable()
Stringpublic void setStatusVariable(FieldName value)
value - allowed object is
Stringpublic FieldName getBaselineStrataVariable()
Stringpublic void setBaselineStrataVariable(FieldName value)
value - allowed object is
Stringpublic boolean isScorable()
isScorable in class ModelBooleanpublic void setScorable(Boolean value)
setScorable in class Modelvalue - allowed object is
Booleanpublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectCopyright © 2013 University of Tartu. All Rights Reserved.