Provides actions for support vector machines
Provides actions for support vector machines.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
casOut |
produces SAS score code. |
|
|
required parametercasOut |
produces the training output table. |
|
|
— |
specifies to the table in which to save the model for future scoring. |
specifies that you wish that the action uses a prespecified row ordering. This requires using the orderby and groupby parameters on a preliminary table.partition action call. This parameter only affects training when the training method is CD.
| Default | FALSE |
|---|
alters attributes on variables used in this action.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the penalty.
| Default | 1 |
|---|---|
| Minimum value (exclusive) | 0 |
produces SAS score code.
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
specifies the degree of the polynomial kernel.
| Default | 1 |
|---|---|
| Minimum value | 1 |
when set to True, uses the validation data to determine whether to stop the iterations early.
| Default | FALSE |
|---|
specifies the insensitive loss parameter.
| Default | 0.01 |
|---|---|
| Minimum value | 0 |
specifies the frequency variable.
specifies the variables to transfer to the generated table.
when set to True, includes missing values in the training.
| Default | FALSE |
|---|
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
when set to True, calculates the accuracy for each iteration.
| Alias | iterations |
|---|---|
| Default | FALSE |
specifies the parameter of the RBF kernel. By default, the parameter value is the square root of the number of features.
| Aliases | k_par |
|---|---|
| rbfParameter | |
| Minimum value | 0.0001 |
specifies the first parameter of the sigmoid kernel.
| Aliases | k_par1 |
|---|---|
| sigmoidParameter1 | |
| Minimum value (exclusive) | 0 |
specifies the second parameter of the sigmoid kernel.
| Aliases | k_par2 |
|---|---|
| sigmoidParameter2 |
specifies the maximum number of iterations.
| Default | 25 |
|---|---|
| Minimum value | 1 |
specifies the maximum number of support vectors.
| Default | 3500 |
|---|
specifies nominal variables to use for analysis.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
when set to True, ignores the ODS tables.
| Default | FALSE |
|---|
when set to True, does not scale the interval variables.
| Default | FALSE |
|---|
produces the training output table.
For more information about specifying the output parameter, see the common outputStatement parameter (Appendix A: Common Parameters).
The partByFracStatement value can be one or more of the following:
specifies the seed to use in the random number generator that is used for partitioning the data.
| Default | 0 |
|---|
randomly assigns the specified proportion of observations in the input table to the testing role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Range | 0–1 |
|---|
randomly assigns the specified proportion of observations in the input table to the validation role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Alias | valid |
|---|---|
| Range | 0–1 |
| Long form | partbyvar={name="variable-name"} |
|---|---|
| Shortcut form | partbyvar="variable-name" |
The partByVarStatement value can be one or more of the following:
names the variable in the input table whose values are used to assign roles to each observation.
specifies the formatted value of the variable that is used to assign observations to the testing role.
specifies the formatted value of the variable that is used to assign observations to the training role. If you do not specify the train parameter, then all observations whose roles are not determined by the test and validate parameters are assigned to training.
specifies the formatted value of the variable that is used to assign observations to the validation role.
| Alias | valid |
|---|
when set to True, generates the table for the target variable.
| Default | FALSE |
|---|
specifies the L1 regularization penalization weight.
| Minimum value (exclusive) | 0 |
|---|
specifies the L2 regularization penalization weight.
| Minimum value (exclusive) | 0 |
|---|
specifies to the table in which to save the model for future scoring.
| Long form | savestate={name="table-name"} |
|---|---|
| Shortcut form | savestate="table-name" |
The casouttable value can be one or more of the following:
specifies the name of the caslib for the output table.
specifies the descriptive label to associate with the table.
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the memory format for the output table.
| Default | INHERIT |
|---|
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
specifies the name for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope.
| Default | FALSE |
|---|
when set to True, overwrites an existing table that has the same name.
| Default | FALSE |
|---|
specifies the random number seed.
| Default | 1 |
|---|
specifies the settings for an input table.
| Long form | table={name="table-name"} |
|---|---|
| Shortcut form | table="table-name" |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | FALSE |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the input table.
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | FALSE |
|---|
specifies the variables to use in the action.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the input data.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies the target variable to use for analysis.
specifies the tolerance.
| Default | 1E-06 |
|---|
specifies the weight variable.
Provides actions for support vector machines.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
casOut |
produces SAS score code. |
|
|
required parametercasOut |
produces the training output table. |
|
|
— |
specifies to the table in which to save the model for future scoring. |
specifies that you wish that the action uses a prespecified row ordering. This requires using the orderby and groupby parameters on a preliminary table.partition action call. This parameter only affects training when the training method is CD.
| Default | false |
|---|
alters attributes on variables used in this action.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the penalty.
| Default | 1 |
|---|---|
| Minimum value (exclusive) | 0 |
produces SAS score code.
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
specifies the degree of the polynomial kernel.
| Default | 1 |
|---|---|
| Minimum value | 1 |
when set to True, uses the validation data to determine whether to stop the iterations early.
| Default | false |
|---|
specifies the insensitive loss parameter.
| Default | 0.01 |
|---|---|
| Minimum value | 0 |
specifies the frequency variable.
specifies the variables to transfer to the generated table.
when set to True, includes missing values in the training.
| Default | false |
|---|
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
when set to True, calculates the accuracy for each iteration.
| Alias | iterations |
|---|---|
| Default | false |
specifies the parameter of the RBF kernel. By default, the parameter value is the square root of the number of features.
| Aliases | k_par |
|---|---|
| rbfParameter | |
| Minimum value | 0.0001 |
specifies the first parameter of the sigmoid kernel.
| Aliases | k_par1 |
|---|---|
| sigmoidParameter1 | |
| Minimum value (exclusive) | 0 |
specifies the second parameter of the sigmoid kernel.
| Aliases | k_par2 |
|---|---|
| sigmoidParameter2 |
specifies the maximum number of iterations.
| Default | 25 |
|---|---|
| Minimum value | 1 |
specifies the maximum number of support vectors.
| Default | 3500 |
|---|
specifies nominal variables to use for analysis.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
when set to True, ignores the ODS tables.
| Default | false |
|---|
when set to True, does not scale the interval variables.
| Default | false |
|---|
produces the training output table.
For more information about specifying the output parameter, see the common outputStatement parameter (Appendix A: Common Parameters).
The partByFracStatement value can be one or more of the following:
specifies the seed to use in the random number generator that is used for partitioning the data.
| Default | 0 |
|---|
randomly assigns the specified proportion of observations in the input table to the testing role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Range | 0–1 |
|---|
randomly assigns the specified proportion of observations in the input table to the validation role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Alias | valid |
|---|---|
| Range | 0–1 |
| Long form | partbyvar={name="variable-name"} |
|---|---|
| Shortcut form | partbyvar="variable-name" |
The partByVarStatement value can be one or more of the following:
names the variable in the input table whose values are used to assign roles to each observation.
specifies the formatted value of the variable that is used to assign observations to the testing role.
specifies the formatted value of the variable that is used to assign observations to the training role. If you do not specify the train parameter, then all observations whose roles are not determined by the test and validate parameters are assigned to training.
specifies the formatted value of the variable that is used to assign observations to the validation role.
| Alias | valid |
|---|
when set to True, generates the table for the target variable.
| Default | false |
|---|
specifies the L1 regularization penalization weight.
| Minimum value (exclusive) | 0 |
|---|
specifies the L2 regularization penalization weight.
| Minimum value (exclusive) | 0 |
|---|
specifies to the table in which to save the model for future scoring.
| Long form | savestate={name="table-name"} |
|---|---|
| Shortcut form | savestate="table-name" |
The casouttable value can be one or more of the following:
specifies the name of the caslib for the output table.
specifies the descriptive label to associate with the table.
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the memory format for the output table.
| Default | INHERIT |
|---|
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
specifies the name for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope.
| Default | false |
|---|
when set to True, overwrites an existing table that has the same name.
| Default | false |
|---|
specifies the random number seed.
| Default | 1 |
|---|
specifies the settings for an input table.
| Long form | table={name="table-name"} |
|---|---|
| Shortcut form | table="table-name" |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | false |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the input table.
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | false |
|---|
specifies the variables to use in the action.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the input data.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies the target variable to use for analysis.
specifies the tolerance.
| Default | 1E-06 |
|---|
specifies the weight variable.
Provides actions for support vector machines.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
casOut |
produces SAS score code. |
|
|
required parametercasOut |
produces the training output table. |
|
|
— |
specifies to the table in which to save the model for future scoring. |
specifies that you wish that the action uses a prespecified row ordering. This requires using the orderby and groupby parameters on a preliminary table.partition action call. This parameter only affects training when the training method is CD.
| Default | False |
|---|
alters attributes on variables used in this action.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the penalty.
| Default | 1 |
|---|---|
| Minimum value (exclusive) | 0 |
produces SAS score code.
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
specifies the degree of the polynomial kernel.
| Default | 1 |
|---|---|
| Minimum value | 1 |
when set to True, uses the validation data to determine whether to stop the iterations early.
| Default | False |
|---|
specifies the insensitive loss parameter.
| Default | 0.01 |
|---|---|
| Minimum value | 0 |
specifies the frequency variable.
specifies the variables to transfer to the generated table.
when set to True, includes missing values in the training.
| Default | False |
|---|
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
when set to True, calculates the accuracy for each iteration.
| Alias | iterations |
|---|---|
| Default | False |
specifies the parameter of the RBF kernel. By default, the parameter value is the square root of the number of features.
| Aliases | k_par |
|---|---|
| rbfParameter | |
| Minimum value | 0.0001 |
specifies the first parameter of the sigmoid kernel.
| Aliases | k_par1 |
|---|---|
| sigmoidParameter1 | |
| Minimum value (exclusive) | 0 |
specifies the second parameter of the sigmoid kernel.
| Aliases | k_par2 |
|---|---|
| sigmoidParameter2 |
specifies the maximum number of iterations.
| Default | 25 |
|---|---|
| Minimum value | 1 |
specifies the maximum number of support vectors.
| Default | 3500 |
|---|
specifies nominal variables to use for analysis.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
when set to True, ignores the ODS tables.
| Default | False |
|---|
when set to True, does not scale the interval variables.
| Default | False |
|---|
produces the training output table.
For more information about specifying the output parameter, see the common outputStatement parameter (Appendix A: Common Parameters).
The partByFracStatement value can be one or more of the following:
specifies the seed to use in the random number generator that is used for partitioning the data.
| Default | 0 |
|---|
randomly assigns the specified proportion of observations in the input table to the testing role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Range | 0–1 |
|---|
randomly assigns the specified proportion of observations in the input table to the validation role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Alias | valid |
|---|---|
| Range | 0–1 |
| Long form | partbyvar={"name":"variable-name"} |
|---|---|
| Shortcut form | partbyvar="variable-name" |
The partByVarStatement value can be one or more of the following:
names the variable in the input table whose values are used to assign roles to each observation.
specifies the formatted value of the variable that is used to assign observations to the testing role.
specifies the formatted value of the variable that is used to assign observations to the training role. If you do not specify the train parameter, then all observations whose roles are not determined by the test and validate parameters are assigned to training.
specifies the formatted value of the variable that is used to assign observations to the validation role.
| Alias | valid |
|---|
when set to True, generates the table for the target variable.
| Default | False |
|---|
specifies the L1 regularization penalization weight.
| Minimum value (exclusive) | 0 |
|---|
specifies the L2 regularization penalization weight.
| Minimum value (exclusive) | 0 |
|---|
specifies to the table in which to save the model for future scoring.
| Long form | savestate={"name":"table-name"} |
|---|---|
| Shortcut form | savestate="table-name" |
The casouttable value can be one or more of the following:
specifies the name of the caslib for the output table.
specifies the descriptive label to associate with the table.
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the memory format for the output table.
| Default | INHERIT |
|---|
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
specifies the name for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope.
| Default | False |
|---|
when set to True, overwrites an existing table that has the same name.
| Default | False |
|---|
specifies the random number seed.
| Default | 1 |
|---|
specifies the settings for an input table.
| Long form | table={"name":"table-name"} |
|---|---|
| Shortcut form | table="table-name" |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | False |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the settings for reading a table from a data source.
| Alias | import_ |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the input table.
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | False |
|---|
specifies the variables to use in the action.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the input data.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import_ |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies the target variable to use for analysis.
specifies the tolerance.
| Default | 1E-06 |
|---|
specifies the weight variable.
Provides actions for support vector machines.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
casOut |
produces SAS score code. |
|
|
required parametercasOut |
produces the training output table. |
|
|
— |
specifies to the table in which to save the model for future scoring. |
specifies that you wish that the action uses a prespecified row ordering. This requires using the orderby and groupby parameters on a preliminary table.partition action call. This parameter only affects training when the training method is CD.
| Default | FALSE |
|---|
alters attributes on variables used in this action.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the penalty.
| Default | 1 |
|---|---|
| Minimum value (exclusive) | 0 |
produces SAS score code.
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
specifies the degree of the polynomial kernel.
| Default | 1 |
|---|---|
| Minimum value | 1 |
when set to True, uses the validation data to determine whether to stop the iterations early.
| Default | FALSE |
|---|
specifies the insensitive loss parameter.
| Default | 0.01 |
|---|---|
| Minimum value | 0 |
specifies the frequency variable.
specifies the variables to transfer to the generated table.
when set to True, includes missing values in the training.
| Default | FALSE |
|---|
specifies variables to use for analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
when set to True, calculates the accuracy for each iteration.
| Alias | iterations |
|---|---|
| Default | FALSE |
specifies the parameter of the RBF kernel. By default, the parameter value is the square root of the number of features.
| Aliases | k_par |
|---|---|
| rbfParameter | |
| Minimum value | 0.0001 |
specifies the first parameter of the sigmoid kernel.
| Aliases | k_par1 |
|---|---|
| sigmoidParameter1 | |
| Minimum value (exclusive) | 0 |
specifies the second parameter of the sigmoid kernel.
| Aliases | k_par2 |
|---|---|
| sigmoidParameter2 |
specifies the maximum number of iterations.
| Default | 25 |
|---|---|
| Minimum value | 1 |
specifies the maximum number of support vectors.
| Default | 3500 |
|---|
specifies nominal variables to use for analysis.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
when set to True, ignores the ODS tables.
| Default | FALSE |
|---|
when set to True, does not scale the interval variables.
| Default | FALSE |
|---|
produces the training output table.
For more information about specifying the output parameter, see the common outputStatement parameter (Appendix A: Common Parameters).
The partByFracStatement value can be one or more of the following:
specifies the seed to use in the random number generator that is used for partitioning the data.
| Default | 0 |
|---|
randomly assigns the specified proportion of observations in the input table to the testing role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Range | 0–1 |
|---|
randomly assigns the specified proportion of observations in the input table to the validation role. The sum of the fractions that are specified in the test and validate parameters must be less than 1.
| Alias | valid |
|---|---|
| Range | 0–1 |
| Long form | partbyvar=list(name="variable-name") |
|---|---|
| Shortcut form | partbyvar="variable-name" |
The partByVarStatement value can be one or more of the following:
names the variable in the input table whose values are used to assign roles to each observation.
specifies the formatted value of the variable that is used to assign observations to the testing role.
specifies the formatted value of the variable that is used to assign observations to the training role. If you do not specify the train parameter, then all observations whose roles are not determined by the test and validate parameters are assigned to training.
specifies the formatted value of the variable that is used to assign observations to the validation role.
| Alias | valid |
|---|
when set to True, generates the table for the target variable.
| Default | FALSE |
|---|
specifies the L1 regularization penalization weight.
| Minimum value (exclusive) | 0 |
|---|
specifies the L2 regularization penalization weight.
| Minimum value (exclusive) | 0 |
|---|
specifies to the table in which to save the model for future scoring.
| Long form | savestate=list(name="table-name") |
|---|---|
| Shortcut form | savestate="table-name" |
The casouttable value can be one or more of the following:
specifies the name of the caslib for the output table.
specifies the descriptive label to associate with the table.
specifies the number of seconds to keep the table in memory after it is last accessed. The table is dropped if it is not accessed for the specified number of seconds.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the memory format for the output table.
| Default | INHERIT |
|---|
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
specifies the name for the output table.
when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope.
| Default | FALSE |
|---|
when set to True, overwrites an existing table that has the same name.
| Default | FALSE |
|---|
specifies the random number seed.
| Default | 1 |
|---|
specifies the settings for an input table.
| Long form | table=list(name="table-name") |
|---|---|
| Shortcut form | table="table-name" |
The castable value can be one or more of the following:
specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib.
when set to True, creates the computed variables when the table is loaded instead of when the action begins.
| Alias | compOnDemand |
|---|---|
| Default | FALSE |
specifies the names of the computed variables to create. Specify an expression for each variable in the computedVarsProgram parameter. If you do not specify this parameter, then all variables from computedVarsProgram are automatically included.
| Alias | compVars |
|---|
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for each computed variable that you include in the computedVars parameter.
| Alias | compPgm |
|---|
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the input table.
when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs.
| Default | FALSE |
|---|
specifies the variables to use in the action.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the input data.
specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first.
The groupbytable value can be one or more of the following:
specifies the caslib for the filter table. By default, the active caslib is used.
specifies data source options.
| Aliases | options |
|---|---|
| dataSource |
For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter (Appendix A: Common Parameters).
specifies the settings for reading a table from a data source.
| Alias | import |
|---|
For more information about specifying the importOptions parameter, see the common importOptions parameter (Appendix A: Common Parameters).
specifies the name of the filter table.
specifies the variable names to use from the filter table.
The casinvardesc value can be one or more of the following:
specifies the format to apply to the variable.
specifies the length of the format field plus the length of the format precision.
specifies the descriptive label for the variable.
specifies the name for the variable.
specifies the length of the format precision.
specifies the length of the format field.
specifies an expression for subsetting the data from the filter table.
specifies the target variable to use for analysis.
specifies the tolerance.
| Default | 1E-06 |
|---|
specifies the weight variable.