public class GeneralRegressionModel extends Model implements HasExtensions
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_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}MiningSchema"/>
<element ref="{http://www.dmg.org/PMML-4_2}Output" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ModelStats" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ModelExplanation" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}Targets" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}LocalTransformations" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ParameterList"/>
<element ref="{http://www.dmg.org/PMML-4_2}FactorList" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}CovariateList" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}PPMatrix"/>
<element ref="{http://www.dmg.org/PMML-4_2}PCovMatrix" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ParamMatrix"/>
<element ref="{http://www.dmg.org/PMML-4_2}EventValues" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}BaseCumHazardTables" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ModelVerification" minOccurs="0"/>
</sequence>
<attribute name="targetVariableName" type="{http://www.dmg.org/PMML-4_2}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_2}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_2}CUMULATIVE-LINK-FUNCTION" />
<attribute name="linkFunction" type="{http://www.dmg.org/PMML-4_2}LINK-FUNCTION" />
<attribute name="linkParameter" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="trialsVariable" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="trialsValue" type="{http://www.dmg.org/PMML-4_2}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_2}REAL-NUMBER" />
<attribute name="offsetVariable" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="offsetValue" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="modelDF" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="endTimeVariable" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="startTimeVariable" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="subjectIDVariable" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="statusVariable" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="baselineStrataVariable" type="{http://www.dmg.org/PMML-4_2}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() |
GeneralRegressionModel(GeneralRegressionModel.ModelType modelType,
MiningFunctionType functionName,
MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.lang.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.
|
java.lang.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.
|
java.util.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.
|
java.lang.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.
|
java.lang.Double |
getModelDF()
Gets the value of the modelDF property.
|
ModelExplanation |
getModelExplanation()
Gets the value of the modelExplanation property.
|
java.lang.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.
|
java.lang.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.
|
java.lang.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.
|
java.lang.Integer |
getTrialsValue()
Gets the value of the trialsValue property.
|
FieldName |
getTrialsVariable()
Gets the value of the trialsVariable property.
|
boolean |
hasExtensions() |
boolean |
isScorable()
Gets the value of the scorable property.
|
void |
setAlgorithmName(java.lang.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(java.lang.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(java.lang.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(java.lang.Double value)
Sets the value of the modelDF property.
|
void |
setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
setModelName(java.lang.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(java.lang.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(java.lang.Boolean value)
Sets the value of the scorable property.
|
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(java.lang.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(java.lang.Integer value)
Sets the value of the trialsValue property.
|
void |
setTrialsVariable(FieldName value)
Sets the value of the trialsVariable property.
|
GeneralRegressionModel |
withAlgorithmName(java.lang.String value) |
GeneralRegressionModel |
withBaseCumHazardTables(BaseCumHazardTables value) |
GeneralRegressionModel |
withBaselineStrataVariable(FieldName value) |
GeneralRegressionModel |
withCovariateList(CovariateList value) |
GeneralRegressionModel |
withCumulativeLink(CumulativeLinkFunctionType value) |
GeneralRegressionModel |
withDistParameter(java.lang.Double value) |
GeneralRegressionModel |
withDistribution(GeneralRegressionModel.Distribution value) |
GeneralRegressionModel |
withEndTimeVariable(FieldName value) |
GeneralRegressionModel |
withEventValues(EventValues value) |
GeneralRegressionModel |
withExtensions(java.util.Collection<Extension> values) |
GeneralRegressionModel |
withExtensions(Extension... values) |
GeneralRegressionModel |
withFactorList(FactorList value) |
GeneralRegressionModel |
withFunctionName(MiningFunctionType value) |
GeneralRegressionModel |
withLinkFunction(LinkFunctionType value) |
GeneralRegressionModel |
withLinkParameter(java.lang.Double value) |
GeneralRegressionModel |
withLocalTransformations(LocalTransformations value) |
GeneralRegressionModel |
withMiningSchema(MiningSchema value) |
GeneralRegressionModel |
withModelDF(java.lang.Double value) |
GeneralRegressionModel |
withModelExplanation(ModelExplanation value) |
GeneralRegressionModel |
withModelName(java.lang.String value) |
GeneralRegressionModel |
withModelStats(ModelStats value) |
GeneralRegressionModel |
withModelType(GeneralRegressionModel.ModelType value) |
GeneralRegressionModel |
withModelVerification(ModelVerification value) |
GeneralRegressionModel |
withOffsetValue(java.lang.Double value) |
GeneralRegressionModel |
withOffsetVariable(FieldName value) |
GeneralRegressionModel |
withOutput(Output value) |
GeneralRegressionModel |
withParameterList(ParameterList value) |
GeneralRegressionModel |
withParamMatrix(ParamMatrix value) |
GeneralRegressionModel |
withPCovMatrix(PCovMatrix value) |
GeneralRegressionModel |
withPPMatrix(PPMatrix value) |
GeneralRegressionModel |
withScorable(java.lang.Boolean value) |
GeneralRegressionModel |
withStartTimeVariable(FieldName value) |
GeneralRegressionModel |
withStatusVariable(FieldName value) |
GeneralRegressionModel |
withSubjectIDVariable(FieldName value) |
GeneralRegressionModel |
withTargetReferenceCategory(java.lang.String value) |
GeneralRegressionModel |
withTargets(Targets value) |
GeneralRegressionModel |
withTargetVariableName(FieldName value) |
GeneralRegressionModel |
withTrialsValue(java.lang.Integer value) |
GeneralRegressionModel |
withTrialsVariable(FieldName value) |
getLocator, setLocatorprotected FieldName targetVariableName
protected GeneralRegressionModel.ModelType modelType
protected java.lang.String modelName
protected MiningFunctionType functionName
protected java.lang.String algorithmName
protected java.lang.String targetReferenceCategory
protected CumulativeLinkFunctionType cumulativeLink
protected LinkFunctionType linkFunction
protected java.lang.Double linkParameter
protected FieldName trialsVariable
protected java.lang.Integer trialsValue
protected GeneralRegressionModel.Distribution distribution
protected java.lang.Double distParameter
protected FieldName offsetVariable
protected java.lang.Double offsetValue
protected java.lang.Double modelDF
protected FieldName endTimeVariable
protected FieldName startTimeVariable
protected FieldName subjectIDVariable
protected FieldName statusVariable
protected FieldName baselineStrataVariable
protected java.lang.Boolean scorable
protected java.util.List<Extension> extensions
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
public GeneralRegressionModel()
public GeneralRegressionModel(GeneralRegressionModel.ModelType modelType, MiningFunctionType functionName, MiningSchema miningSchema, ParameterList parameterList, PPMatrix ppMatrix, ParamMatrix paramMatrix)
public 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 java.lang.String getModelName()
getModelName in class ModelStringpublic void setModelName(java.lang.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 java.lang.String getAlgorithmName()
getAlgorithmName in class ModelStringpublic void setAlgorithmName(java.lang.String value)
setAlgorithmName in class Modelvalue - allowed object is
Stringpublic java.lang.String getTargetReferenceCategory()
Stringpublic void setTargetReferenceCategory(java.lang.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 java.lang.Double getLinkParameter()
Doublepublic void setLinkParameter(java.lang.Double value)
value - allowed object is
Doublepublic FieldName getTrialsVariable()
Stringpublic void setTrialsVariable(FieldName value)
value - allowed object is
Stringpublic java.lang.Integer getTrialsValue()
Stringpublic void setTrialsValue(java.lang.Integer value)
value - allowed object is
Stringpublic GeneralRegressionModel.Distribution getDistribution()
GeneralRegressionModel.Distributionpublic void setDistribution(GeneralRegressionModel.Distribution value)
value - allowed object is
GeneralRegressionModel.Distributionpublic java.lang.Double getDistParameter()
Doublepublic void setDistParameter(java.lang.Double value)
value - allowed object is
Doublepublic FieldName getOffsetVariable()
Stringpublic void setOffsetVariable(FieldName value)
value - allowed object is
Stringpublic java.lang.Double getOffsetValue()
Doublepublic void setOffsetValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getModelDF()
Doublepublic void setModelDF(java.lang.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(java.lang.Boolean value)
setScorable in class Modelvalue - allowed object is
Booleanpublic java.util.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
getExtensions in interface HasExtensionspublic 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()
getModelExplanation in class ModelModelExplanationpublic void setModelExplanation(ModelExplanation value)
setModelExplanation in class Modelvalue - 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()
getModelVerification in class ModelModelVerificationpublic void setModelVerification(ModelVerification value)
setModelVerification in class Modelvalue - allowed object is
ModelVerificationpublic GeneralRegressionModel withTargetVariableName(FieldName value)
public GeneralRegressionModel withModelType(GeneralRegressionModel.ModelType value)
public GeneralRegressionModel withModelName(java.lang.String value)
public GeneralRegressionModel withFunctionName(MiningFunctionType value)
public GeneralRegressionModel withAlgorithmName(java.lang.String value)
public GeneralRegressionModel withTargetReferenceCategory(java.lang.String value)
public GeneralRegressionModel withCumulativeLink(CumulativeLinkFunctionType value)
public GeneralRegressionModel withLinkFunction(LinkFunctionType value)
public GeneralRegressionModel withLinkParameter(java.lang.Double value)
public GeneralRegressionModel withTrialsVariable(FieldName value)
public GeneralRegressionModel withTrialsValue(java.lang.Integer value)
public GeneralRegressionModel withDistribution(GeneralRegressionModel.Distribution value)
public GeneralRegressionModel withDistParameter(java.lang.Double value)
public GeneralRegressionModel withOffsetVariable(FieldName value)
public GeneralRegressionModel withOffsetValue(java.lang.Double value)
public GeneralRegressionModel withModelDF(java.lang.Double value)
public GeneralRegressionModel withEndTimeVariable(FieldName value)
public GeneralRegressionModel withStartTimeVariable(FieldName value)
public GeneralRegressionModel withSubjectIDVariable(FieldName value)
public GeneralRegressionModel withStatusVariable(FieldName value)
public GeneralRegressionModel withBaselineStrataVariable(FieldName value)
public GeneralRegressionModel withScorable(java.lang.Boolean value)
public GeneralRegressionModel withExtensions(Extension... values)
public GeneralRegressionModel withExtensions(java.util.Collection<Extension> values)
public GeneralRegressionModel withMiningSchema(MiningSchema value)
public GeneralRegressionModel withOutput(Output value)
public GeneralRegressionModel withModelStats(ModelStats value)
public GeneralRegressionModel withModelExplanation(ModelExplanation value)
public GeneralRegressionModel withTargets(Targets value)
public GeneralRegressionModel withLocalTransformations(LocalTransformations value)
public GeneralRegressionModel withParameterList(ParameterList value)
public GeneralRegressionModel withFactorList(FactorList value)
public GeneralRegressionModel withCovariateList(CovariateList value)
public GeneralRegressionModel withPPMatrix(PPMatrix value)
public GeneralRegressionModel withPCovMatrix(PCovMatrix value)
public GeneralRegressionModel withParamMatrix(ParamMatrix value)
public GeneralRegressionModel withEventValues(EventValues value)
public GeneralRegressionModel withBaseCumHazardTables(BaseCumHazardTables value)
public GeneralRegressionModel withModelVerification(ModelVerification value)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.