public class FunctionArguments extends CASGeneratedActionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionArguments.LOCATION |
static class |
FunctionArguments.SCALE |
CASActionOptions.EnumValue, CASActionOptions.FORMAT| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_AADLOCATIONUSEMEAN |
static java.lang.String |
KEY_LOCATION |
static java.lang.String |
KEY_LOCATIONBIWEIGHTTUNING |
static java.lang.String |
KEY_LOWERPERCENTILE |
static java.lang.String |
KEY_OTHERARGUMENTS |
static java.lang.String |
KEY_SCALE |
static java.lang.String |
KEY_SCALEBIWEIGHTTUNING |
static java.lang.String |
KEY_SCALEMULTIPLIER |
static java.lang.String |
KEY_SHIFTPOSITIVE |
static java.lang.String |
KEY_SYMMETRICPERCENTILE |
static java.lang.String |
KEY_UPPERPERCENTILE |
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 |
|---|
FunctionArguments() |
FunctionArguments(CASActionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAadLocationUseMean() |
java.lang.Boolean |
getAadLocUseMean() |
FunctionArguments.LOCATION |
getLocation() |
java.lang.Double |
getLocationBiweightTuning() |
java.lang.Double |
getLocBiweightTuning() |
java.lang.Double |
getLowerPerc() |
java.lang.Double |
getLowerPercentile() |
java.lang.Double[] |
getOtherArgs() |
java.lang.Double[] |
getOtherArguments() |
FunctionArguments.SCALE |
getScale() |
java.lang.Double |
getScaleBiweightTuning() |
java.lang.Double |
getScaleMulFac() |
java.lang.Double |
getScaleMultiplier() |
java.lang.Double |
getSclBiweightTuning() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.Double |
getShiftPositive() |
java.lang.Double |
getSymmetricPercentile() |
java.lang.Double |
getSymPerc() |
java.lang.Double |
getUpperPerc() |
java.lang.Double |
getUpperPercentile() |
FunctionArguments |
setAadLocationUseMean(java.lang.Boolean value)
Sets the value of parameter 'aadLocationUseMean': when set to True, the mean is used, instead of the median, as the center for the absolute average deviation (AAD) scale estimator.
|
FunctionArguments |
setAadLocUseMean(java.lang.Boolean value) |
FunctionArguments |
setLocation(FunctionArguments.LOCATION value)
Sets the value of parameter 'location': specifies the estimation method of location.
|
FunctionArguments |
setLocationBiweightTuning(java.lang.Double value)
Sets the value of parameter 'locationBiweightTuning': specifies the tuning factor for the Tukey biweight location estimator.
|
FunctionArguments |
setLocBiweightTuning(java.lang.Double value) |
FunctionArguments |
setLowerPerc(java.lang.Double value) |
FunctionArguments |
setLowerPercentile(java.lang.Double value)
Sets the value of parameter 'lowerPercentile': specifies the lower percentile threshold (PERC outlier definition).
|
FunctionArguments |
setOtherArgs(java.lang.Double[] value) |
FunctionArguments |
setOtherArguments(java.lang.Double[] value)
Sets the value of parameter 'otherArguments': specifies other values to use.
|
FunctionArguments |
setScale(FunctionArguments.SCALE value)
Sets the value of parameter 'scale': specifies the scale method to use.
|
FunctionArguments |
setScaleBiweightTuning(java.lang.Double value)
Sets the value of parameter 'scaleBiweightTuning': specifies the tuning factor for the Tukey biweight scale estimator.
|
FunctionArguments |
setScaleMulFac(java.lang.Double value) |
FunctionArguments |
setScaleMultiplier(java.lang.Double value)
Sets the value of parameter 'scaleMultiplier': specifies the multiplying factor for the chosen scale estimator.
|
FunctionArguments |
setSclBiweightTuning(java.lang.Double value) |
FunctionArguments |
setShiftPositive(java.lang.Double value)
Sets the value of parameter 'shiftPositive': specifies that the argument be shifted to positive value by subtracting the minimum and adding the shiftPositive value.
|
FunctionArguments |
setSymmetricPercentile(java.lang.Double value)
Sets the value of parameter 'symmetricPercentile': specifies the symmetric percentile threshold to use.
|
FunctionArguments |
setSymPerc(java.lang.Double value) |
FunctionArguments |
setUpperPerc(java.lang.Double value) |
FunctionArguments |
setUpperPercentile(java.lang.Double value)
Sets the value of parameter 'upperPercentile': specifies the upper percentile threshold to use.
|
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 KEY_SHIFTPOSITIVE
public static final java.lang.String KEY_LOCATION
public static final java.lang.String KEY_SCALE
public static final java.lang.String KEY_LOWERPERCENTILE
public static final java.lang.String KEY_UPPERPERCENTILE
public static final java.lang.String KEY_SYMMETRICPERCENTILE
public static final java.lang.String KEY_SCALEMULTIPLIER
public static final java.lang.String KEY_LOCATIONBIWEIGHTTUNING
public static final java.lang.String KEY_SCALEBIWEIGHTTUNING
public static final java.lang.String KEY_AADLOCATIONUSEMEAN
public static final java.lang.String KEY_OTHERARGUMENTS
public FunctionArguments()
public FunctionArguments(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptionsgetServerDefaultValue in class CASActionOptionskey - The parameter keypublic java.lang.Double getShiftPositive()
public FunctionArguments setShiftPositive(java.lang.Double value)
value - The valuepublic FunctionArguments.LOCATION getLocation()
public FunctionArguments setLocation(FunctionArguments.LOCATION value)
value - The valuepublic FunctionArguments.SCALE getScale()
public FunctionArguments setScale(FunctionArguments.SCALE value)
value - The valuepublic java.lang.Double getLowerPercentile()
public java.lang.Double getLowerPerc()
public FunctionArguments setLowerPercentile(java.lang.Double value)
value - The valuepublic FunctionArguments setLowerPerc(java.lang.Double value)
public java.lang.Double getUpperPercentile()
public java.lang.Double getUpperPerc()
public FunctionArguments setUpperPercentile(java.lang.Double value)
value - The valuepublic FunctionArguments setUpperPerc(java.lang.Double value)
public java.lang.Double getSymmetricPercentile()
public java.lang.Double getSymPerc()
public FunctionArguments setSymmetricPercentile(java.lang.Double value)
value - The valuepublic FunctionArguments setSymPerc(java.lang.Double value)
public java.lang.Double getScaleMultiplier()
public java.lang.Double getScaleMulFac()
public FunctionArguments setScaleMultiplier(java.lang.Double value)
value - The valuepublic FunctionArguments setScaleMulFac(java.lang.Double value)
public java.lang.Double getLocationBiweightTuning()
public java.lang.Double getLocBiweightTuning()
public FunctionArguments setLocationBiweightTuning(java.lang.Double value)
value - The valuepublic FunctionArguments setLocBiweightTuning(java.lang.Double value)
public java.lang.Double getScaleBiweightTuning()
public java.lang.Double getSclBiweightTuning()
public FunctionArguments setScaleBiweightTuning(java.lang.Double value)
value - The valuepublic FunctionArguments setSclBiweightTuning(java.lang.Double value)
public java.lang.Boolean getAadLocationUseMean()
public java.lang.Boolean getAadLocUseMean()
public FunctionArguments setAadLocationUseMean(java.lang.Boolean value)
value - The valuepublic FunctionArguments setAadLocUseMean(java.lang.Boolean value)
public java.lang.Double[] getOtherArguments()
public java.lang.Double[] getOtherArgs()
public FunctionArguments setOtherArguments(java.lang.Double[] value)
value - The valuepublic FunctionArguments setOtherArgs(java.lang.Double[] value)