public class ForestScoreOptions extends CASGeneratedActionOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ForestScoreOptions.VOTE |
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_ASSESS |
static java.lang.String |
KEY_ASSESSONEROW |
static java.lang.String |
KEY_CASOUT |
static java.lang.String |
KEY_COPYVARS |
static java.lang.String |
KEY_IMPUTE |
static java.lang.String |
KEY_INCLUDEMISSING |
static java.lang.String |
KEY_MODELID |
static java.lang.String |
KEY_MODELTABLE |
static java.lang.String |
KEY_TABLE |
static java.lang.String |
KEY_TARGET |
static java.lang.String |
KEY_TREEERROR |
static java.lang.String |
KEY_TREEVOTES |
static java.lang.String |
KEY_VOTE |
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 |
|---|
ForestScoreOptions() |
ForestScoreOptions(CASActionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAssess() |
java.lang.Boolean |
getAssessOneRow() |
Casouttable |
getCasOut() |
java.lang.String[] |
getCopyVar() |
java.lang.String[] |
getCopyVars() |
java.lang.Boolean |
getImpute() |
java.lang.Boolean |
getIncludeMissing() |
Castable |
getModel() |
java.lang.String |
getModelId() |
Castable |
getModelTable() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
Castable |
getTable() |
java.lang.String |
getTarget() |
java.lang.Boolean |
getTreeError() |
java.lang.Boolean |
getTreeVotes() |
ForestScoreOptions.VOTE |
getVote() |
ForestScoreOptions |
setAssess(java.lang.Boolean value)
Sets the value of parameter 'assess': when set to True, predicted probabilities are added to the result table for the event levels.
|
ForestScoreOptions |
setAssessOneRow(java.lang.Boolean value)
Sets the value of parameter 'assessOneRow': when set to True, predicted probabilities are added to the result table for the event levels.
|
ForestScoreOptions |
setCasOut(Casouttable value)
Sets the value of parameter 'casOut': specifies the table to store the scored results in.
|
ForestScoreOptions |
setCopyVar(java.lang.String[] value) |
ForestScoreOptions |
setCopyVars(java.lang.String[] value)
Sets the value of parameter 'copyVars': specifies the variables to transfer from the input table to the output table.
|
ForestScoreOptions |
setImpute(java.lang.Boolean value)
Sets the value of parameter 'impute': specifies how to handle observations with non-missing value for the target variable.
|
ForestScoreOptions |
setIncludeMissing(java.lang.Boolean value)
Sets the value of parameter 'includeMissing': by default, observations with missing values are included.
|
ForestScoreOptions |
setModel(Castable value) |
ForestScoreOptions |
setModelId(java.lang.String value)
Sets the value of parameter 'modelId': specifies the model ID variable name to use when generating the scored table.
|
ForestScoreOptions |
setModelTable(Castable value)
Sets the value of parameter 'modelTable': specifies the table to store the tree model in.
|
ForestScoreOptions |
setTable(Castable value)
Sets the value of parameter 'table': specifies the settings for an input table.
|
ForestScoreOptions |
setTarget(java.lang.String value)
Sets the value of parameter 'target': specifies the target variable when scoring a data set.
|
ForestScoreOptions |
setTreeError(java.lang.Boolean value)
Sets the value of parameter 'treeError': when set to True, the error is computed for each tree.
|
ForestScoreOptions |
setTreeVotes(java.lang.Boolean value)
Sets the value of parameter 'treeVotes': requests that the scored table generated by scoring forest is enhanced with information about the votes of the individual trees.
|
ForestScoreOptions |
setVote(ForestScoreOptions.VOTE value)
Sets the value of parameter 'vote': specifies the vote strategy for classification.
|
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_MODELTABLE
public static final java.lang.String KEY_COPYVARS
public static final java.lang.String KEY_IMPUTE
public static final java.lang.String KEY_TREEVOTES
public static final java.lang.String KEY_ASSESS
public static final java.lang.String KEY_MODELID
public static final java.lang.String KEY_TARGET
public static final java.lang.String KEY_CASOUT
public static final java.lang.String KEY_ASSESSONEROW
public static final java.lang.String KEY_VOTE
public static final java.lang.String KEY_TREEERROR
public static final java.lang.String KEY_INCLUDEMISSING
public ForestScoreOptions()
public ForestScoreOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptionsgetServerDefaultValue in class CASActionOptionskey - The parameter keypublic Castable getTable()
public ForestScoreOptions setTable(Castable value)
value - The valuepublic Castable getModelTable()
public Castable getModel()
public ForestScoreOptions setModelTable(Castable value)
value - The valuepublic ForestScoreOptions setModel(Castable value)
public java.lang.String[] getCopyVars()
public java.lang.String[] getCopyVar()
public ForestScoreOptions setCopyVars(java.lang.String[] value)
value - The valuepublic ForestScoreOptions setCopyVar(java.lang.String[] value)
public java.lang.Boolean getImpute()
public ForestScoreOptions setImpute(java.lang.Boolean value)
value - The valuepublic java.lang.Boolean getTreeVotes()
public ForestScoreOptions setTreeVotes(java.lang.Boolean value)
value - The valuepublic java.lang.Boolean getAssess()
public ForestScoreOptions setAssess(java.lang.Boolean value)
value - The valuepublic java.lang.String getModelId()
public ForestScoreOptions setModelId(java.lang.String value)
value - The valuepublic java.lang.String getTarget()
public ForestScoreOptions setTarget(java.lang.String value)
value - The valuepublic Casouttable getCasOut()
public ForestScoreOptions setCasOut(Casouttable value)
value - The valuepublic java.lang.Boolean getAssessOneRow()
public ForestScoreOptions setAssessOneRow(java.lang.Boolean value)
value - The valuepublic ForestScoreOptions.VOTE getVote()
public ForestScoreOptions setVote(ForestScoreOptions.VOTE value)
value - The valuepublic java.lang.Boolean getTreeError()
public ForestScoreOptions setTreeError(java.lang.Boolean value)
value - The valuepublic java.lang.Boolean getIncludeMissing()
public ForestScoreOptions setIncludeMissing(java.lang.Boolean value)
value - The value