Provides actions for anomaly detection
Trains a support vector data description model.
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 |
|---|---|---|
|
— |
specifies the output k-means clustering centroids table when trace criterion is used for bandwidth selection. |
|
|
casOut |
produces SAS score code. |
|
|
required parametercasOut |
specifies the output data table in which to save support vectors. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table in which to save the state of the support vector data description for future scoring. |
specifies variable attributes.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the radial basis function (RBF) kernel bandwidth value.
| Alias | gauss |
|---|---|
| Minimum value | 1E-06 |
specifies the list of radial basis function (RBF) kernel bandwidth values.
specifies the list generation parameters for radial basis function (RBF) kernel bandwidth values.
The listGenParm value can be one or more of the following:
specifies the beginning value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the step-size value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the end value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the convergence criteria for center for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | cTol |
|---|---|
| Minimum value | 0 |
specifies the output k-means clustering centroids table when trace criterion is used for bandwidth selection.
For more information about specifying the centroids parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
produces SAS score code.
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
specifies the delta value for tuning
| Alias | tuneMeanDelta |
|---|---|
| Minimum value (exclusive) | 0 |
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the expected outlier fraction value.
| Aliases | frac |
|---|---|
| outlier_fraction | |
| Range | (0, 1) |
specifies the variables to use as record identifiers and to transfer to the state output table.
specifies the variables to be used in the training.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies the maximum number of iterations for the STOCHS solver.
| Minimum value (exclusive) | 0 |
|---|
specifies the maximum number of observations in the master set support vectors for the STOCHS solver. Values smaller than 5 are ignored.
| Minimum value | 5 |
|---|
specifies the maximum amount of time to spend in optimization.
| Default | 1800 |
|---|---|
| Minimum value | 1 |
specifies the size of the bins for the histogram.
| Default | 20 |
|---|---|
| Minimum value | 2 |
specifies the nmatch value for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | nMatch |
|---|---|
| Minimum value | 2 |
specifies the nominal variables to be used in the training.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
specifies the number of representative points for the TRACE bandwidth selection method, which is specified in the tuneMethod parameter.
| Default | 5 |
|---|---|
| Minimum value | 2 |
when set to True, order input dataset to generate consistent results.
| Alias | sort |
|---|---|
| Default | FALSE |
specifies the threshold value for identifying outliers for fast incremental solver.
| Alias | outlierThreshold |
|---|---|
| Range | [0–1) |
specifies the output data table in which to save support vectors.
For more information about specifying the output parameter, see the common outputStatement parameter (Appendix A: Common Parameters).
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | DISPLAYOUT |
|---|
specifies the convergence criteria for the threshold R square for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | rTol |
|---|---|
| Minimum value | 0 |
specifies the sample size for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | nSamp |
|---|---|
| Minimum value (exclusive) | 0 |
specifies the output data table in which to save the state of the support vector data description for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, scores the training data.
| Default | FALSE |
|---|
specifies the seed value for random number generation.
| Minimum value | 0 |
|---|
specifies the optimization solver.
when set to True, standardize the training data.
| Alias | std |
|---|---|
| Default | FALSE |
specifies the tolerance value for the STOCHS solver. Nonpositive values are replaced by the default value.
| Minimum value | 1E-06 |
|---|
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 tolerance value for the ACTSET solver. Nonpositive values are replaced by the default value.
| Minimum value | 0 |
|---|
specifies the method of tuning to use in the action.
| Alias | tm |
|---|
when set to True, uses a constant column in the analysis.
| Alias | ucc |
|---|---|
| Default | FALSE |
specifies the weight variable.
Trains a support vector data description model.
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 |
|---|---|---|
|
— |
specifies the output k-means clustering centroids table when trace criterion is used for bandwidth selection. |
|
|
casOut |
produces SAS score code. |
|
|
required parametercasOut |
specifies the output data table in which to save support vectors. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table in which to save the state of the support vector data description for future scoring. |
specifies variable attributes.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the radial basis function (RBF) kernel bandwidth value.
| Alias | gauss |
|---|---|
| Minimum value | 1E-06 |
specifies the list of radial basis function (RBF) kernel bandwidth values.
specifies the list generation parameters for radial basis function (RBF) kernel bandwidth values.
The listGenParm value can be one or more of the following:
specifies the beginning value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the step-size value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the end value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the convergence criteria for center for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | cTol |
|---|---|
| Minimum value | 0 |
specifies the output k-means clustering centroids table when trace criterion is used for bandwidth selection.
For more information about specifying the centroids parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
produces SAS score code.
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
specifies the delta value for tuning
| Alias | tuneMeanDelta |
|---|---|
| Minimum value (exclusive) | 0 |
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the expected outlier fraction value.
| Aliases | frac |
|---|---|
| outlier_fraction | |
| Range | (0, 1) |
specifies the variables to use as record identifiers and to transfer to the state output table.
specifies the variables to be used in the training.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies the maximum number of iterations for the STOCHS solver.
| Minimum value (exclusive) | 0 |
|---|
specifies the maximum number of observations in the master set support vectors for the STOCHS solver. Values smaller than 5 are ignored.
| Minimum value | 5 |
|---|
specifies the maximum amount of time to spend in optimization.
| Default | 1800 |
|---|---|
| Minimum value | 1 |
specifies the size of the bins for the histogram.
| Default | 20 |
|---|---|
| Minimum value | 2 |
specifies the nmatch value for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | nMatch |
|---|---|
| Minimum value | 2 |
specifies the nominal variables to be used in the training.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
specifies the number of representative points for the TRACE bandwidth selection method, which is specified in the tuneMethod parameter.
| Default | 5 |
|---|---|
| Minimum value | 2 |
when set to True, order input dataset to generate consistent results.
| Alias | sort |
|---|---|
| Default | false |
specifies the threshold value for identifying outliers for fast incremental solver.
| Alias | outlierThreshold |
|---|---|
| Range | [0–1) |
specifies the output data table in which to save support vectors.
For more information about specifying the output parameter, see the common outputStatement parameter (Appendix A: Common Parameters).
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | DISPLAYOUT |
|---|
specifies the convergence criteria for the threshold R square for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | rTol |
|---|---|
| Minimum value | 0 |
specifies the sample size for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | nSamp |
|---|---|
| Minimum value (exclusive) | 0 |
specifies the output data table in which to save the state of the support vector data description for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, scores the training data.
| Default | false |
|---|
specifies the seed value for random number generation.
| Minimum value | 0 |
|---|
specifies the optimization solver.
when set to True, standardize the training data.
| Alias | std |
|---|---|
| Default | false |
specifies the tolerance value for the STOCHS solver. Nonpositive values are replaced by the default value.
| Minimum value | 1E-06 |
|---|
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 tolerance value for the ACTSET solver. Nonpositive values are replaced by the default value.
| Minimum value | 0 |
|---|
specifies the method of tuning to use in the action.
| Alias | tm |
|---|
when set to True, uses a constant column in the analysis.
| Alias | ucc |
|---|---|
| Default | false |
specifies the weight variable.
Trains a support vector data description model.
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 |
|---|---|---|
|
— |
specifies the output k-means clustering centroids table when trace criterion is used for bandwidth selection. |
|
|
casOut |
produces SAS score code. |
|
|
required parametercasOut |
specifies the output data table in which to save support vectors. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table in which to save the state of the support vector data description for future scoring. |
specifies variable attributes.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the radial basis function (RBF) kernel bandwidth value.
| Alias | gauss |
|---|---|
| Minimum value | 1E-06 |
specifies the list of radial basis function (RBF) kernel bandwidth values.
specifies the list generation parameters for radial basis function (RBF) kernel bandwidth values.
The listGenParm value can be one or more of the following:
specifies the beginning value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the step-size value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the end value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the convergence criteria for center for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | cTol |
|---|---|
| Minimum value | 0 |
specifies the output k-means clustering centroids table when trace criterion is used for bandwidth selection.
For more information about specifying the centroids parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
produces SAS score code.
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
specifies the delta value for tuning
| Alias | tuneMeanDelta |
|---|---|
| Minimum value (exclusive) | 0 |
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the expected outlier fraction value.
| Aliases | frac |
|---|---|
| outlier_fraction | |
| Range | (0, 1) |
specifies the variables to use as record identifiers and to transfer to the state output table.
specifies the variables to be used in the training.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies the maximum number of iterations for the STOCHS solver.
| Minimum value (exclusive) | 0 |
|---|
specifies the maximum number of observations in the master set support vectors for the STOCHS solver. Values smaller than 5 are ignored.
| Minimum value | 5 |
|---|
specifies the maximum amount of time to spend in optimization.
| Default | 1800 |
|---|---|
| Minimum value | 1 |
specifies the size of the bins for the histogram.
| Default | 20 |
|---|---|
| Minimum value | 2 |
specifies the nmatch value for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | nMatch |
|---|---|
| Minimum value | 2 |
specifies the nominal variables to be used in the training.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
specifies the number of representative points for the TRACE bandwidth selection method, which is specified in the tuneMethod parameter.
| Default | 5 |
|---|---|
| Minimum value | 2 |
when set to True, order input dataset to generate consistent results.
| Alias | sort |
|---|---|
| Default | False |
specifies the threshold value for identifying outliers for fast incremental solver.
| Alias | outlierThreshold |
|---|---|
| Range | [0–1) |
specifies the output data table in which to save support vectors.
For more information about specifying the output parameter, see the common outputStatement parameter (Appendix A: Common Parameters).
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | DISPLAYOUT |
|---|
specifies the convergence criteria for the threshold R square for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | rTol |
|---|---|
| Minimum value | 0 |
specifies the sample size for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | nSamp |
|---|---|
| Minimum value (exclusive) | 0 |
specifies the output data table in which to save the state of the support vector data description for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, scores the training data.
| Default | False |
|---|
specifies the seed value for random number generation.
| Minimum value | 0 |
|---|
specifies the optimization solver.
when set to True, standardize the training data.
| Alias | std |
|---|---|
| Default | False |
specifies the tolerance value for the STOCHS solver. Nonpositive values are replaced by the default value.
| Minimum value | 1E-06 |
|---|
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 tolerance value for the ACTSET solver. Nonpositive values are replaced by the default value.
| Minimum value | 0 |
|---|
specifies the method of tuning to use in the action.
| Alias | tm |
|---|
when set to True, uses a constant column in the analysis.
| Alias | ucc |
|---|---|
| Default | False |
specifies the weight variable.
Trains a support vector data description model.
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 |
|---|---|---|
|
— |
specifies the output k-means clustering centroids table when trace criterion is used for bandwidth selection. |
|
|
casOut |
produces SAS score code. |
|
|
required parametercasOut |
specifies the output data table in which to save support vectors. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table in which to save the state of the support vector data description for future scoring. |
specifies variable attributes.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the radial basis function (RBF) kernel bandwidth value.
| Alias | gauss |
|---|---|
| Minimum value | 1E-06 |
specifies the list of radial basis function (RBF) kernel bandwidth values.
specifies the list generation parameters for radial basis function (RBF) kernel bandwidth values.
The listGenParm value can be one or more of the following:
specifies the beginning value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the step-size value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the end value for list generation for RBF kernel bandwidth parameters.
| Minimum value | 1E-06 |
|---|
specifies the convergence criteria for center for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | cTol |
|---|---|
| Minimum value | 0 |
specifies the output k-means clustering centroids table when trace criterion is used for bandwidth selection.
For more information about specifying the centroids parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
produces SAS score code.
For more information about specifying the code parameter, see the common aircodegen parameter (Appendix A: Common Parameters).
specifies the delta value for tuning
| Alias | tuneMeanDelta |
|---|---|
| Minimum value (exclusive) | 0 |
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the expected outlier fraction value.
| Aliases | frac |
|---|---|
| outlier_fraction | |
| Range | (0, 1) |
specifies the variables to use as record identifiers and to transfer to the state output table.
specifies the variables to be used in the training.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies the maximum number of iterations for the STOCHS solver.
| Minimum value (exclusive) | 0 |
|---|
specifies the maximum number of observations in the master set support vectors for the STOCHS solver. Values smaller than 5 are ignored.
| Minimum value | 5 |
|---|
specifies the maximum amount of time to spend in optimization.
| Default | 1800 |
|---|---|
| Minimum value | 1 |
specifies the size of the bins for the histogram.
| Default | 20 |
|---|---|
| Minimum value | 2 |
specifies the nmatch value for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | nMatch |
|---|---|
| Minimum value | 2 |
specifies the nominal variables to be used in the training.
For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | nominal |
|---|
specifies the number of representative points for the TRACE bandwidth selection method, which is specified in the tuneMethod parameter.
| Default | 5 |
|---|---|
| Minimum value | 2 |
when set to True, order input dataset to generate consistent results.
| Alias | sort |
|---|---|
| Default | FALSE |
specifies the threshold value for identifying outliers for fast incremental solver.
| Alias | outlierThreshold |
|---|---|
| Range | [0–1) |
specifies the output data table in which to save support vectors.
For more information about specifying the output parameter, see the common outputStatement parameter (Appendix A: Common Parameters).
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | DISPLAYOUT |
|---|
specifies the convergence criteria for the threshold R square for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | rTol |
|---|---|
| Minimum value | 0 |
specifies the sample size for the STOCHS solver. Nonpositive values are replaced by the default value.
| Alias | nSamp |
|---|---|
| Minimum value (exclusive) | 0 |
specifies the output data table in which to save the state of the support vector data description for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, scores the training data.
| Default | FALSE |
|---|
specifies the seed value for random number generation.
| Minimum value | 0 |
|---|
specifies the optimization solver.
when set to True, standardize the training data.
| Alias | std |
|---|---|
| Default | FALSE |
specifies the tolerance value for the STOCHS solver. Nonpositive values are replaced by the default value.
| Minimum value | 1E-06 |
|---|
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 tolerance value for the ACTSET solver. Nonpositive values are replaced by the default value.
| Minimum value | 0 |
|---|
specifies the method of tuning to use in the action.
| Alias | tm |
|---|
when set to True, uses a constant column in the analysis.
| Alias | ucc |
|---|---|
| Default | FALSE |
specifies the weight variable.