public class CoxOptions extends CASGeneratedActionOptions
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_NAME |
static java.lang.String |
ACTION_SET_NAME |
static java.lang.String |
KEY_ALPHA |
static java.lang.String |
KEY_CLASS |
static java.lang.String |
KEY_CLASSGLOBALOPTS |
static java.lang.String |
KEY_CLASSLEVELSPRINT |
static java.lang.String |
KEY_CODE |
static java.lang.String |
KEY_COLLECTION |
static java.lang.String |
KEY_CORRB |
static java.lang.String |
KEY_COVB |
static java.lang.String |
KEY_DISPLAY |
static java.lang.String |
KEY_FREQ |
static java.lang.String |
KEY_LASSORHO |
static java.lang.String |
KEY_LASSOSTEPS |
static java.lang.String |
KEY_LASSOTOL |
static java.lang.String |
KEY_MODEL |
static java.lang.String |
KEY_MULTIMEMBER |
static java.lang.String |
KEY_NCLASSLEVELSPRINT |
static java.lang.String |
KEY_NOSTDERR |
static java.lang.String |
KEY_OPTIMIZATION |
static java.lang.String |
KEY_OUTPUT |
static java.lang.String |
KEY_OUTPUTTABLES |
static java.lang.String |
KEY_PARTBYFRAC |
static java.lang.String |
KEY_PARTBYVAR |
static java.lang.String |
KEY_POLYNOMIAL |
static java.lang.String |
KEY_SELECTION |
static java.lang.String |
KEY_SPLINE |
static java.lang.String |
KEY_STRATA |
static java.lang.String |
KEY_STRATAMISSING |
static java.lang.String |
KEY_TABLE |
static java.lang.String |
KEY_WEIGHT |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX
Constructor and Description |
---|
CoxOptions() |
CoxOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getAlpha() |
Classopts |
getClassglobalopts() |
java.lang.Boolean |
getClassLevelsPrint() |
ClassStatement[] |
getClassParameter() |
ClassStatement[] |
getClassVars() |
Coxcodegen |
getCode() |
Collection[] |
getCollection() |
java.lang.Boolean |
getCorrB() |
java.lang.Boolean |
getCovB() |
DisplayTables |
getDisplay() |
java.lang.String |
getFreq() |
java.lang.Double |
getLassoRho() |
java.lang.Integer |
getLassoSteps() |
java.lang.Double |
getLassoTol() |
Coxmodel |
getModel() |
Multimember[] |
getMultimember() |
java.lang.Integer |
getNClassLevelsPrint() |
ClassStatement[] |
getNominal() |
java.lang.Boolean |
getNostderr() |
OptimizationStatement |
getOptimization() |
CoxOutputStatement |
getOutput() |
OutputTables |
getOutputTables() |
PartByFracStatement |
getPartbyfrac() |
PartByVarStatement |
getPartbyvar() |
Polynomial[] |
getPoly() |
Polynomial[] |
getPolynomial() |
SelectionStatement |
getSelection() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
Spline[] |
getSpline() |
java.lang.String |
getStrata() |
java.lang.Boolean |
getStratamissing() |
Castable |
getTable() |
java.lang.String |
getWeight() |
CoxOptions |
setAlpha(java.lang.Double value)
Sets the value of parameter 'alpha': specifies the significance level used for the construction of all confidence intervals.
|
CoxOptions |
setClassglobalopts(Classopts value)
Sets the value of parameter 'classglobalopts': lists options that apply to all classification variables.
|
CoxOptions |
setClassLevelsPrint(java.lang.Boolean value)
Sets the value of parameter 'classLevelsPrint': suppresses the display of class levels.
|
CoxOptions |
setClassParameter(ClassStatement[] value)
Sets the value of parameter 'class': names the classification variables to be used as explanatory variables in the analysis.
|
CoxOptions |
setClassVars(ClassStatement[] value) |
CoxOptions |
setCode(Coxcodegen value)
Sets the value of parameter 'code': writes SAS DATA step code for computing predicted values of the fitted model.
|
CoxOptions |
setCollection(Collection[] value)
Sets the value of parameter 'collection': defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
|
CoxOptions |
setCorrB(java.lang.Boolean value)
Sets the value of parameter 'corrB': when set to True, displays the correlation matrix of the parameters.
|
CoxOptions |
setCovB(java.lang.Boolean value)
Sets the value of parameter 'covB': when set to True, displays the covariance matrix of the parameters.
|
CoxOptions |
setDisplay(DisplayTables value)
Sets the value of parameter 'display': specifies a list of result tables to send to the client for display.
|
CoxOptions |
setFreq(java.lang.String value)
Sets the value of parameter 'freq': names the numeric variable that contains the frequency of occurrence for each observation.
|
CoxOptions |
setLassoRho(java.lang.Double value)
Sets the value of parameter 'lassoRho': specifies the base regularization parameter for the LASSO method.
|
CoxOptions |
setLassoSteps(java.lang.Integer value)
Sets the value of parameter 'lassoSteps': specifies the maximum number of steps for the LASSO method.
|
CoxOptions |
setLassoTol(java.lang.Double value)
Sets the value of parameter 'lassoTol': specifies the convergence criterion for the LASSO method.
|
CoxOptions |
setModel(Coxmodel value)
Sets the value of parameter 'model': names the dependent variable, explanatory effects and model options.
|
CoxOptions |
setMultimember(Multimember[] value)
Sets the value of parameter 'multimember': uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
|
CoxOptions |
setNClassLevelsPrint(java.lang.Integer value)
Sets the value of parameter 'nClassLevelsPrint': limits the display of class levels.
|
CoxOptions |
setNominal(ClassStatement[] value) |
CoxOptions |
setNostderr(java.lang.Boolean value)
Sets the value of parameter 'nostderr': when set to True, the covariance matrix and any statistic that depends on it are not computed.
|
CoxOptions |
setOptimization(OptimizationStatement value)
Sets the value of parameter 'optimization': specifies the technique and options for performing the optimization.
|
CoxOptions |
setOutput(CoxOutputStatement value)
Sets the value of parameter 'output': creates a table on the server that contains observationwise statistics, which are computed after fitting the model.
|
CoxOptions |
setOutputTables(OutputTables value)
Sets the value of parameter 'outputTables': lists the result table names that are saved as CAS tables on the server.
|
CoxOptions |
setPartbyfrac(PartByFracStatement value)
Sets the value of parameter 'partbyfrac': specifies the fractions of the data to be used for validation and testing.
|
CoxOptions |
setPartbyvar(PartByVarStatement value)
Sets the value of parameter 'partbyvar': names the variable and its values used to partition the data into training, validation and testing roles.
|
CoxOptions |
setPoly(Polynomial[] value) |
CoxOptions |
setPolynomial(Polynomial[] value)
Sets the value of parameter 'polynomial': specifies a polynomial effect.
|
CoxOptions |
setSelection(SelectionStatement value)
Sets the value of parameter 'selection': specifies the method and options for performing model selection.
|
CoxOptions |
setSpline(Spline[] value)
Sets the value of parameter 'spline': expands variables into spline bases whose form depends on the specified parameters.
|
CoxOptions |
setStrata(java.lang.String value)
Sets the value of parameter 'strata': names the variable that identifies the strata for a stratified analysis.
|
CoxOptions |
setStratamissing(java.lang.Boolean value)
Sets the value of parameter 'stratamissing'.
|
CoxOptions |
setTable(Castable value)
Sets the value of parameter 'table': specifies input data table.
|
CoxOptions |
setWeight(java.lang.String value)
Sets the value of parameter 'weight': names the numeric variable used to perform a weighted analysis of the data.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, values
public static final java.lang.String ACTION_SET_NAME
public static final java.lang.String ACTION_NAME
public static final java.lang.String KEY_TABLE
public static final java.lang.String KEY_CLASS
public static final java.lang.String KEY_CLASSGLOBALOPTS
public static final java.lang.String KEY_MODEL
public static final java.lang.String KEY_WEIGHT
public static final java.lang.String KEY_FREQ
public static final java.lang.String KEY_SELECTION
public static final java.lang.String KEY_PARTBYVAR
public static final java.lang.String KEY_PARTBYFRAC
public static final java.lang.String KEY_DISPLAY
public static final java.lang.String KEY_OUTPUTTABLES
public static final java.lang.String KEY_OUTPUT
public static final java.lang.String KEY_ALPHA
public static final java.lang.String KEY_LASSORHO
public static final java.lang.String KEY_LASSOTOL
public static final java.lang.String KEY_LASSOSTEPS
public static final java.lang.String KEY_CLASSLEVELSPRINT
public static final java.lang.String KEY_NCLASSLEVELSPRINT
public static final java.lang.String KEY_CODE
public static final java.lang.String KEY_OPTIMIZATION
public static final java.lang.String KEY_NOSTDERR
public static final java.lang.String KEY_COVB
public static final java.lang.String KEY_CORRB
public static final java.lang.String KEY_COLLECTION
public static final java.lang.String KEY_MULTIMEMBER
public static final java.lang.String KEY_POLYNOMIAL
public static final java.lang.String KEY_SPLINE
public static final java.lang.String KEY_STRATA
public static final java.lang.String KEY_STRATAMISSING
public CoxOptions()
public CoxOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic Castable getTable()
public CoxOptions setTable(Castable value)
value
- The valuepublic ClassStatement[] getClassParameter()
public ClassStatement[] getClassVars()
public ClassStatement[] getNominal()
public CoxOptions setClassParameter(ClassStatement[] value)
value
- The valuepublic CoxOptions setClassVars(ClassStatement[] value)
public CoxOptions setNominal(ClassStatement[] value)
public Classopts getClassglobalopts()
public CoxOptions setClassglobalopts(Classopts value)
value
- The valuepublic Coxmodel getModel()
public CoxOptions setModel(Coxmodel value)
value
- The valuepublic java.lang.String getWeight()
public CoxOptions setWeight(java.lang.String value)
value
- The valuepublic java.lang.String getFreq()
public CoxOptions setFreq(java.lang.String value)
value
- The valuepublic SelectionStatement getSelection()
public CoxOptions setSelection(SelectionStatement value)
value
- The valuepublic PartByVarStatement getPartbyvar()
public CoxOptions setPartbyvar(PartByVarStatement value)
value
- The valuepublic PartByFracStatement getPartbyfrac()
public CoxOptions setPartbyfrac(PartByFracStatement value)
value
- The valuepublic DisplayTables getDisplay()
public CoxOptions setDisplay(DisplayTables value)
value
- The valuepublic OutputTables getOutputTables()
public CoxOptions setOutputTables(OutputTables value)
value
- The valuepublic CoxOutputStatement getOutput()
public CoxOptions setOutput(CoxOutputStatement value)
value
- The valuepublic java.lang.Double getAlpha()
public CoxOptions setAlpha(java.lang.Double value)
value
- The valuepublic java.lang.Double getLassoRho()
public CoxOptions setLassoRho(java.lang.Double value)
value
- The valuepublic java.lang.Double getLassoTol()
public CoxOptions setLassoTol(java.lang.Double value)
value
- The valuepublic java.lang.Integer getLassoSteps()
public CoxOptions setLassoSteps(java.lang.Integer value)
value
- The valuepublic java.lang.Boolean getClassLevelsPrint()
public CoxOptions setClassLevelsPrint(java.lang.Boolean value)
value
- The valuepublic java.lang.Integer getNClassLevelsPrint()
public CoxOptions setNClassLevelsPrint(java.lang.Integer value)
value
- The valuepublic Coxcodegen getCode()
public CoxOptions setCode(Coxcodegen value)
value
- The valuepublic OptimizationStatement getOptimization()
public CoxOptions setOptimization(OptimizationStatement value)
value
- The valuepublic java.lang.Boolean getNostderr()
public CoxOptions setNostderr(java.lang.Boolean value)
value
- The valuepublic java.lang.Boolean getCovB()
public CoxOptions setCovB(java.lang.Boolean value)
value
- The valuepublic java.lang.Boolean getCorrB()
public CoxOptions setCorrB(java.lang.Boolean value)
value
- The valuepublic Collection[] getCollection()
public CoxOptions setCollection(Collection[] value)
value
- The valuepublic Multimember[] getMultimember()
public CoxOptions setMultimember(Multimember[] value)
value
- The valuepublic Polynomial[] getPolynomial()
public Polynomial[] getPoly()
public CoxOptions setPolynomial(Polynomial[] value)
value
- The valuepublic CoxOptions setPoly(Polynomial[] value)
public Spline[] getSpline()
public CoxOptions setSpline(Spline[] value)
value
- The valuepublic java.lang.String getStrata()
public CoxOptions setStrata(java.lang.String value)
value
- The valuepublic java.lang.Boolean getStratamissing()
public CoxOptions setStratamissing(java.lang.Boolean value)
value
- The value