public class GeneralRegressionModel extends Model implements HasExtensions<GeneralRegressionModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneralRegressionModel.CumulativeLinkFunction |
static class |
GeneralRegressionModel.Distribution |
static class |
GeneralRegressionModel.LinkFunction |
static class |
GeneralRegressionModel.ModelType |
| Constructor and Description |
|---|
GeneralRegressionModel() |
GeneralRegressionModel(GeneralRegressionModel.ModelType modelType,
MiningFunction miningFunction,
MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix) |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic GeneralRegressionModel()
public GeneralRegressionModel(GeneralRegressionModel.ModelType modelType, MiningFunction miningFunction, MiningSchema miningSchema, ParameterList parameterList, PPMatrix ppMatrix, ParamMatrix paramMatrix)
public String getTargetVariable()
public GeneralRegressionModel setTargetVariable(String targetVariable)
public GeneralRegressionModel.ModelType requireModelType()
public GeneralRegressionModel.ModelType getModelType()
public GeneralRegressionModel setModelType(GeneralRegressionModel.ModelType modelType)
public String getModelName()
getModelName in class Modelpublic GeneralRegressionModel setModelName(String modelName)
setModelName in class Modelpublic MiningFunction requireMiningFunction()
requireMiningFunction in class Modelpublic MiningFunction getMiningFunction()
getMiningFunction in class Modelpublic GeneralRegressionModel setMiningFunction(MiningFunction miningFunction)
setMiningFunction in class Modelpublic String getAlgorithmName()
getAlgorithmName in class Modelpublic GeneralRegressionModel setAlgorithmName(String algorithmName)
setAlgorithmName in class Modelpublic Object getTargetReferenceCategory()
public GeneralRegressionModel setTargetReferenceCategory(Object targetReferenceCategory)
public GeneralRegressionModel.CumulativeLinkFunction requireCumulativeLinkFunction()
public GeneralRegressionModel.CumulativeLinkFunction getCumulativeLinkFunction()
public GeneralRegressionModel setCumulativeLinkFunction(GeneralRegressionModel.CumulativeLinkFunction cumulativeLinkFunction)
public GeneralRegressionModel.LinkFunction requireLinkFunction()
public GeneralRegressionModel.LinkFunction getLinkFunction()
public GeneralRegressionModel setLinkFunction(GeneralRegressionModel.LinkFunction linkFunction)
public Number requireLinkParameter()
public Number getLinkParameter()
public GeneralRegressionModel setLinkParameter(Number linkParameter)
public String getTrialsVariable()
public GeneralRegressionModel setTrialsVariable(String trialsVariable)
public Integer getTrialsValue()
public GeneralRegressionModel setTrialsValue(Integer trialsValue)
public GeneralRegressionModel.Distribution getDistribution()
public GeneralRegressionModel setDistribution(GeneralRegressionModel.Distribution distribution)
public Number requireDistParameter()
public Number getDistParameter()
public GeneralRegressionModel setDistParameter(Number distParameter)
public String getOffsetVariable()
public GeneralRegressionModel setOffsetVariable(String offsetVariable)
public Number getOffsetValue()
public GeneralRegressionModel setOffsetValue(Number offsetValue)
public Number getModelDF()
public GeneralRegressionModel setModelDF(Number modelDF)
public String getEndTimeVariable()
public GeneralRegressionModel setEndTimeVariable(String endTimeVariable)
public String getStartTimeVariable()
public GeneralRegressionModel setStartTimeVariable(String startTimeVariable)
public String getSubjectIDVariable()
public GeneralRegressionModel setSubjectIDVariable(String subjectIDVariable)
public String getStatusVariable()
public GeneralRegressionModel setStatusVariable(String statusVariable)
public String getBaselineStrataVariable()
public GeneralRegressionModel setBaselineStrataVariable(String baselineStrataVariable)
public boolean isScorable()
isScorable in class Modelpublic GeneralRegressionModel setScorable(Boolean scorable)
setScorable in class Modelpublic MathContext getMathContext()
getMathContext in class Modelpublic GeneralRegressionModel setMathContext(MathContext mathContext)
setMathContext in class Modelpublic boolean hasExtensions()
hasExtensions in interface HasExtensions<GeneralRegressionModel>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<GeneralRegressionModel>public GeneralRegressionModel addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<GeneralRegressionModel>public MiningSchema requireMiningSchema()
requireMiningSchema in class Modelpublic MiningSchema getMiningSchema()
getMiningSchema in class Modelpublic GeneralRegressionModel setMiningSchema(MiningSchema miningSchema)
setMiningSchema in class Modelpublic GeneralRegressionModel setOutput(Output output)
public ModelStats getModelStats()
getModelStats in class Modelpublic GeneralRegressionModel setModelStats(ModelStats modelStats)
setModelStats in class Modelpublic ModelExplanation getModelExplanation()
getModelExplanation in class Modelpublic GeneralRegressionModel setModelExplanation(ModelExplanation modelExplanation)
setModelExplanation in class Modelpublic Targets getTargets()
getTargets in class Modelpublic GeneralRegressionModel setTargets(Targets targets)
setTargets in class Modelpublic LocalTransformations getLocalTransformations()
getLocalTransformations in class Modelpublic GeneralRegressionModel setLocalTransformations(LocalTransformations localTransformations)
setLocalTransformations in class Modelpublic ParameterList requireParameterList()
public ParameterList getParameterList()
public GeneralRegressionModel setParameterList(ParameterList parameterList)
public FactorList getFactorList()
public GeneralRegressionModel setFactorList(FactorList factorList)
public CovariateList getCovariateList()
public GeneralRegressionModel setCovariateList(CovariateList covariateList)
public PPMatrix requirePPMatrix()
public PPMatrix getPPMatrix()
public GeneralRegressionModel setPPMatrix(PPMatrix ppMatrix)
public PCovMatrix getPCovMatrix()
public GeneralRegressionModel setPCovMatrix(PCovMatrix pCovMatrix)
public ParamMatrix requireParamMatrix()
public ParamMatrix getParamMatrix()
public GeneralRegressionModel setParamMatrix(ParamMatrix paramMatrix)
public EventValues getEventValues()
public GeneralRegressionModel setEventValues(EventValues eventValues)
public BaseCumHazardTables requireBaseCumHazardTables()
public BaseCumHazardTables getBaseCumHazardTables()
public GeneralRegressionModel setBaseCumHazardTables(BaseCumHazardTables baseCumHazardTables)
public ModelVerification getModelVerification()
getModelVerification in class Modelpublic GeneralRegressionModel setModelVerification(ModelVerification modelVerification)
setModelVerification in class Modelpublic VisitorAction accept(Visitor visitor)
Copyright © 2022. All rights reserved.