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, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic GeneralRegressionModel()
public GeneralRegressionModel(GeneralRegressionModel.ModelType modelType, MiningFunction miningFunction, MiningSchema miningSchema, ParameterList parameterList, PPMatrix ppMatrix, ParamMatrix paramMatrix)
public FieldName getTargetVariable()
public GeneralRegressionModel setTargetVariable(FieldName targetVariable)
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 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 getCumulativeLinkFunction()
public GeneralRegressionModel setCumulativeLinkFunction(GeneralRegressionModel.CumulativeLinkFunction cumulativeLinkFunction)
public GeneralRegressionModel.LinkFunction getLinkFunction()
public GeneralRegressionModel setLinkFunction(GeneralRegressionModel.LinkFunction linkFunction)
public Number getLinkParameter()
public GeneralRegressionModel setLinkParameter(Number linkParameter)
public FieldName getTrialsVariable()
public GeneralRegressionModel setTrialsVariable(FieldName trialsVariable)
public Integer getTrialsValue()
public GeneralRegressionModel setTrialsValue(Integer trialsValue)
public GeneralRegressionModel.Distribution getDistribution()
public GeneralRegressionModel setDistribution(GeneralRegressionModel.Distribution distribution)
public Number getDistParameter()
public GeneralRegressionModel setDistParameter(Number distParameter)
public FieldName getOffsetVariable()
public GeneralRegressionModel setOffsetVariable(FieldName offsetVariable)
public Number getOffsetValue()
public GeneralRegressionModel setOffsetValue(Number offsetValue)
public Number getModelDF()
public GeneralRegressionModel setModelDF(Number modelDF)
public FieldName getEndTimeVariable()
public GeneralRegressionModel setEndTimeVariable(FieldName endTimeVariable)
public FieldName getStartTimeVariable()
public GeneralRegressionModel setStartTimeVariable(FieldName startTimeVariable)
public FieldName getSubjectIDVariable()
public GeneralRegressionModel setSubjectIDVariable(FieldName subjectIDVariable)
public FieldName getStatusVariable()
public GeneralRegressionModel setStatusVariable(FieldName statusVariable)
public FieldName getBaselineStrataVariable()
public GeneralRegressionModel setBaselineStrataVariable(FieldName 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 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 getParameterList()
public GeneralRegressionModel setParameterList(ParameterList parameterList)
public FactorList getFactorList()
public GeneralRegressionModel setFactorList(FactorList factorList)
public CovariateList getCovariateList()
public GeneralRegressionModel setCovariateList(CovariateList covariateList)
public PPMatrix getPPMatrix()
public GeneralRegressionModel setPPMatrix(PPMatrix ppMatrix)
public PCovMatrix getPCovMatrix()
public GeneralRegressionModel setPCovMatrix(PCovMatrix pCovMatrix)
public ParamMatrix getParamMatrix()
public GeneralRegressionModel setParamMatrix(ParamMatrix paramMatrix)
public EventValues getEventValues()
public GeneralRegressionModel setEventValues(EventValues eventValues)
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 © 2019 University of Tartu. All rights reserved.