public class MethodOptions extends CASGeneratedActionOptions
Modifier and Type | Class and Description |
---|---|
static class |
MethodOptions.ALGORITHM |
static class |
MethodOptions.NAME |
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_ALGORITHM |
static java.lang.String |
KEY_EPSILON |
static java.lang.String |
KEY_MAXITER |
static java.lang.String |
KEY_NAME |
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 |
---|
MethodOptions() |
MethodOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
MethodOptions.ALGORITHM |
getAlg() |
MethodOptions.ALGORITHM |
getAlgorithm() |
java.lang.Double |
getEps() |
java.lang.Double |
getEpsilon() |
java.lang.Integer |
getMaxIter() |
MethodOptions.NAME |
getName() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
MethodOptions |
setAlg(MethodOptions.ALGORITHM value) |
MethodOptions |
setAlgorithm(MethodOptions.ALGORITHM value)
Sets the value of parameter 'algorithm': specifies the algorithm used to compute extracted PLS factors.
|
MethodOptions |
setEps(java.lang.Double value) |
MethodOptions |
setEpsilon(java.lang.Double value)
Sets the value of parameter 'epsilon': specifies the convergence criterion for the NIPALS algorithm.
|
MethodOptions |
setMaxIter(java.lang.Integer value)
Sets the value of parameter 'maxIter': specifies the maximum number of iterations for the NIPALS algorithm.
|
MethodOptions |
setName(MethodOptions.NAME value)
Sets the value of parameter 'name': specifies the name of the general factor extraction method 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, values
public static final java.lang.String KEY_NAME
public static final java.lang.String KEY_MAXITER
public static final java.lang.String KEY_EPSILON
public static final java.lang.String KEY_ALGORITHM
public MethodOptions()
public MethodOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic MethodOptions.NAME getName()
public MethodOptions setName(MethodOptions.NAME value)
value
- The valuepublic java.lang.Integer getMaxIter()
public MethodOptions setMaxIter(java.lang.Integer value)
value
- The valuepublic java.lang.Double getEpsilon()
public java.lang.Double getEps()
public MethodOptions setEpsilon(java.lang.Double value)
value
- The valuepublic MethodOptions setEps(java.lang.Double value)
public MethodOptions.ALGORITHM getAlgorithm()
public MethodOptions.ALGORITHM getAlg()
public MethodOptions setAlgorithm(MethodOptions.ALGORITHM value)
value
- The valuepublic MethodOptions setAlg(MethodOptions.ALGORITHM value)