public class ForecastOptions extends CASGeneratedActionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ForecastOptions.ALIGNID |
static class |
ForecastOptions.BOUNDARYALIGN |
static class |
ForecastOptions.MODE |
static class |
ForecastOptions.RESULT |
static class |
ForecastOptions.TRIMID |
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_ALIGNID |
static java.lang.String |
KEY_ALPHA |
static java.lang.String |
KEY_AUXDATA |
static java.lang.String |
KEY_BOUNDARYALIGN |
static java.lang.String |
KEY_CONTROLLABLES |
static java.lang.String |
KEY_DEPENDENTS |
static java.lang.String |
KEY_FOROUT |
static java.lang.String |
KEY_GOAL |
static java.lang.String |
KEY_INDEPOUT |
static java.lang.String |
KEY_INFOOUT |
static java.lang.String |
KEY_INTERVAL |
static java.lang.String |
KEY_LEAD |
static java.lang.String |
KEY_LOGCONTROL |
static java.lang.String |
KEY_LOGOUT |
static java.lang.String |
KEY_MODE |
static java.lang.String |
KEY_PREDICTORS |
static java.lang.String |
KEY_RESULT |
static java.lang.String |
KEY_SEASONALITY |
static java.lang.String |
KEY_SELECTOUT |
static java.lang.String |
KEY_SPECOUT |
static java.lang.String |
KEY_TABLE |
static java.lang.String |
KEY_TEND |
static java.lang.String |
KEY_TIMEID |
static java.lang.String |
KEY_TRIMID |
static java.lang.String |
KEY_TSTART |
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 |
|---|
ForecastOptions() |
ForecastOptions(CASActionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ForecastOptions.ALIGNID |
getAlignId() |
java.lang.Double |
getAlpha() |
Castable[] |
getAuxData() |
ForecastOptions.BOUNDARYALIGN |
getBoundaryAlign() |
CVar[] |
getControllables() |
CVar[] |
getConVars() |
Tsinvar[] |
getDependents() |
Casouttable |
getForOut() |
Tsinvar |
getGoal() |
Tsinvar |
getGoalVar() |
Casouttable |
getIndepOut() |
Casouttable |
getInfoOut() |
java.lang.String |
getInterval() |
java.lang.Integer |
getLead() |
LogcSev[] |
getLogControl() |
Casouttable |
getLogOut() |
ForecastOptions.MODE |
getMode() |
Casouttable |
getOutFor() |
Casouttable |
getOutIndep() |
Casouttable |
getOutInfo() |
Casouttable |
getOutLog() |
Casouttable |
getOutSelect() |
Casouttable |
getOutSpec() |
Tsinvar[] |
getPredictors() |
ForecastOptions.RESULT |
getResult() |
java.lang.Integer |
getSeasonality() |
Casouttable |
getSelectOut() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
Casouttable |
getSpecOut() |
Castable |
getTable() |
java.lang.Object |
getTEnd() |
Casinvardesc |
getTimeId() |
ForecastOptions.TRIMID |
getTrimId() |
java.lang.Object |
getTStart() |
Tsinvar |
getWeight() |
Tsinvar |
getWeightVar() |
Tsinvar[] |
getXVars() |
Tsinvar[] |
getYVars() |
ForecastOptions |
setAlignId(ForecastOptions.ALIGNID value)
Sets the value of parameter 'alignId': time ID alignment (Begin,Middle,End).
|
ForecastOptions |
setAlpha(java.lang.Double value)
Sets the value of parameter 'alpha': significance for forecast confidence intervals.
|
ForecastOptions |
setAuxData(Castable[] value)
Sets the value of parameter 'auxData': auxiliary time series data tables.
|
ForecastOptions |
setBoundaryAlign(ForecastOptions.BOUNDARYALIGN value)
Sets the value of parameter 'boundaryAlign': start and end time stamp alignment (Both,Start,End,None).
|
ForecastOptions |
setControllables(CVar[] value)
Sets the value of parameter 'controllables': controllable variables for goal seeking.
|
ForecastOptions |
setConVars(CVar[] value) |
ForecastOptions |
setDependents(Tsinvar[] value)
Sets the value of parameter 'dependents': dependent variable(s) for forecasting service.
|
ForecastOptions |
setForOut(Casouttable value)
Sets the value of parameter 'forOut': specifies CAS output table for forecasts.
|
ForecastOptions |
setGoal(Tsinvar value)
Sets the value of parameter 'goal': goal variable for goal seeking.
|
ForecastOptions |
setGoalVar(Tsinvar value) |
ForecastOptions |
setIndepOut(Casouttable value)
Sets the value of parameter 'indepOut': specifies CAS output table for independent variables.
|
ForecastOptions |
setInfoOut(Casouttable value)
Sets the value of parameter 'infoOut': specifies CAS output table for forecast information.
|
ForecastOptions |
setInterval(java.lang.String value)
Sets the value of parameter 'interval': time interval (frequency).
|
ForecastOptions |
setLead(java.lang.Integer value)
Sets the value of parameter 'lead': forecast lead.
|
ForecastOptions |
setLogControl(LogcSev[] value)
Sets the value of parameter 'logControl': specifies message log control for forecasting.
|
ForecastOptions |
setLogOut(Casouttable value)
Sets the value of parameter 'logOut': specifies CAS output table for forecast message logging.
|
ForecastOptions |
setMode(ForecastOptions.MODE value)
Sets the value of parameter 'mode': mode for forecasting service.
|
ForecastOptions |
setOutFor(Casouttable value) |
ForecastOptions |
setOutIndep(Casouttable value) |
ForecastOptions |
setOutInfo(Casouttable value) |
ForecastOptions |
setOutLog(Casouttable value) |
ForecastOptions |
setOutSelect(Casouttable value) |
ForecastOptions |
setOutSpec(Casouttable value) |
ForecastOptions |
setPredictors(Tsinvar[] value)
Sets the value of parameter 'predictors': independent variables for forecasting service.
|
ForecastOptions |
setResult(ForecastOptions.RESULT value)
Sets the value of parameter 'result': time region of interest for result series.
|
ForecastOptions |
setSeasonality(java.lang.Integer value)
Sets the value of parameter 'seasonality': time periods per seasonal cycle (default from time interval).
|
ForecastOptions |
setSelectOut(Casouttable value)
Sets the value of parameter 'selectOut': specifies CAS output table for model selection information.
|
ForecastOptions |
setSpecOut(Casouttable value)
Sets the value of parameter 'specOut': specifies CAS output table for model specifications generated.
|
ForecastOptions |
setTable(Castable value)
Sets the value of parameter 'table': input data table.
|
ForecastOptions |
setTEnd(java.lang.Double value)
Sets the value of parameter 'tEnd' for alternative 1.
|
ForecastOptions |
setTEnd(java.lang.String value)
Sets the value of parameter 'tEnd' for alternative 2.
|
ForecastOptions |
setTimeId(Casinvardesc value)
Sets the value of parameter 'timeId': time stamp variable.
|
ForecastOptions |
setTrimId(ForecastOptions.TRIMID value)
Sets the value of parameter 'trimId': trim BY group time series data frames as directed.
|
ForecastOptions |
setTStart(java.lang.Double value)
Sets the value of parameter 'tStart' for alternative 1.
|
ForecastOptions |
setTStart(java.lang.String value)
Sets the value of parameter 'tStart' for alternative 2.
|
ForecastOptions |
setWeight(Tsinvar value)
Sets the value of parameter 'weight': weight variable for goal seeking.
|
ForecastOptions |
setWeightVar(Tsinvar value) |
ForecastOptions |
setXVars(Tsinvar[] value) |
ForecastOptions |
setYVars(Tsinvar[] value) |
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, valuespublic 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_TIMEID
public static final java.lang.String KEY_TSTART
public static final java.lang.String KEY_TEND
public static final java.lang.String KEY_INTERVAL
public static final java.lang.String KEY_SEASONALITY
public static final java.lang.String KEY_AUXDATA
public static final java.lang.String KEY_TRIMID
public static final java.lang.String KEY_ALIGNID
public static final java.lang.String KEY_BOUNDARYALIGN
public static final java.lang.String KEY_DEPENDENTS
public static final java.lang.String KEY_PREDICTORS
public static final java.lang.String KEY_LEAD
public static final java.lang.String KEY_MODE
public static final java.lang.String KEY_FOROUT
public static final java.lang.String KEY_INFOOUT
public static final java.lang.String KEY_INDEPOUT
public static final java.lang.String KEY_SELECTOUT
public static final java.lang.String KEY_SPECOUT
public static final java.lang.String KEY_GOAL
public static final java.lang.String KEY_WEIGHT
public static final java.lang.String KEY_CONTROLLABLES
public static final java.lang.String KEY_RESULT
public static final java.lang.String KEY_ALPHA
public static final java.lang.String KEY_LOGOUT
public static final java.lang.String KEY_LOGCONTROL
public ForecastOptions()
public ForecastOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptionsgetServerDefaultValue in class CASActionOptionskey - The parameter keypublic Castable getTable()
public ForecastOptions setTable(Castable value)
value - The valuepublic Casinvardesc getTimeId()
public ForecastOptions setTimeId(Casinvardesc value)
value - The valuepublic java.lang.Object getTStart()
public ForecastOptions setTStart(java.lang.Double value)
value - The valuepublic ForecastOptions setTStart(java.lang.String value)
value - The valuepublic java.lang.Object getTEnd()
public ForecastOptions setTEnd(java.lang.Double value)
value - The valuepublic ForecastOptions setTEnd(java.lang.String value)
value - The valuepublic java.lang.String getInterval()
public ForecastOptions setInterval(java.lang.String value)
value - The valuepublic java.lang.Integer getSeasonality()
public ForecastOptions setSeasonality(java.lang.Integer value)
value - The valuepublic Castable[] getAuxData()
public ForecastOptions setAuxData(Castable[] value)
value - The valuepublic ForecastOptions.TRIMID getTrimId()
public ForecastOptions setTrimId(ForecastOptions.TRIMID value)
value - The valuepublic ForecastOptions.ALIGNID getAlignId()
public ForecastOptions setAlignId(ForecastOptions.ALIGNID value)
value - The valuepublic ForecastOptions.BOUNDARYALIGN getBoundaryAlign()
public ForecastOptions setBoundaryAlign(ForecastOptions.BOUNDARYALIGN value)
value - The valuepublic Tsinvar[] getDependents()
public Tsinvar[] getYVars()
public ForecastOptions setDependents(Tsinvar[] value)
value - The valuepublic ForecastOptions setYVars(Tsinvar[] value)
public Tsinvar[] getPredictors()
public Tsinvar[] getXVars()
public ForecastOptions setPredictors(Tsinvar[] value)
value - The valuepublic ForecastOptions setXVars(Tsinvar[] value)
public java.lang.Integer getLead()
public ForecastOptions setLead(java.lang.Integer value)
value - The valuepublic ForecastOptions.MODE getMode()
public ForecastOptions setMode(ForecastOptions.MODE value)
value - The valuepublic Casouttable getForOut()
public Casouttable getOutFor()
public ForecastOptions setForOut(Casouttable value)
value - The valuepublic ForecastOptions setOutFor(Casouttable value)
public Casouttable getInfoOut()
public Casouttable getOutInfo()
public ForecastOptions setInfoOut(Casouttable value)
value - The valuepublic ForecastOptions setOutInfo(Casouttable value)
public Casouttable getIndepOut()
public Casouttable getOutIndep()
public ForecastOptions setIndepOut(Casouttable value)
value - The valuepublic ForecastOptions setOutIndep(Casouttable value)
public Casouttable getSelectOut()
public Casouttable getOutSelect()
public ForecastOptions setSelectOut(Casouttable value)
value - The valuepublic ForecastOptions setOutSelect(Casouttable value)
public Casouttable getSpecOut()
public Casouttable getOutSpec()
public ForecastOptions setSpecOut(Casouttable value)
value - The valuepublic ForecastOptions setOutSpec(Casouttable value)
public Tsinvar getGoal()
public Tsinvar getGoalVar()
public ForecastOptions setGoal(Tsinvar value)
value - The valuepublic ForecastOptions setGoalVar(Tsinvar value)
public Tsinvar getWeight()
public Tsinvar getWeightVar()
public ForecastOptions setWeight(Tsinvar value)
value - The valuepublic ForecastOptions setWeightVar(Tsinvar value)
public CVar[] getControllables()
public CVar[] getConVars()
public ForecastOptions setControllables(CVar[] value)
value - The valuepublic ForecastOptions setConVars(CVar[] value)
public ForecastOptions.RESULT getResult()
public ForecastOptions setResult(ForecastOptions.RESULT value)
value - The valuepublic java.lang.Double getAlpha()
public ForecastOptions setAlpha(java.lang.Double value)
value - The valuepublic Casouttable getLogOut()
public Casouttable getOutLog()
public ForecastOptions setLogOut(Casouttable value)
value - The valuepublic ForecastOptions setOutLog(Casouttable value)
public LogcSev[] getLogControl()
public ForecastOptions setLogControl(LogcSev[] value)
value - The value