Provides actions for robust principal component analysis (RPCA) and moving windows principal component analysis (MWPCA)
Performs principal component analysis based on a series of moving windows.
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 |
|---|---|---|
|
required parametercasOut, winsummary |
specifies a list of parameters for the output table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
when set to True, centers the numeric variables by the mean of each column.
| Alias | centering |
|---|---|
| Default | FALSE |
specifies the significance level of the eigenvalues that determine the rank of the low-rank matrix.
| Default | 1 |
|---|---|
| Range | (0–1] |
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).
when set to True, fixes mu in each iteration of the accelerated proximal gradient method. Otherwise, mu is dynamically updated in each iteration.
| Default | FALSE |
|---|
specifies the name of a numeric variable that identifies observations in the input data table. The values need to be a series of numbers that have a common difference. The action stops if this column contains a missing value.
specifies the numeric variables to be analyzed. If you omit this parameter, all numeric variables that are not specified in other parameters are analyzed. You cannot specify this parameter with the image parameter.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the value of the coefficient in the objective function (lambda), which is multiplied by the L1 norm of the sparse matrix in the objective function. The default value is computed as 1 divided by the square root of the number of observations or the number of variables in the input table, whichever is greater.
| Range | (0–10000000000] |
|---|
specifies the weight of lambda.
| Default | 1 |
|---|---|
| Range | (0–10000000000] |
specifies the maximum number of iterations for robust principal component analysis algorithms.
| Default | 1000 |
|---|---|
| Minimum value | 0 |
specifies an initial value of mu in the objective function for the accelerated proximal gradient method.
| Default | 0.001 |
|---|---|
| Range | 0–10000000000 |
specifies the maximum number of threads to use on each computation node.
| Default | 16 |
|---|---|
| Range | 0–1024 |
when set to True, performs the robust principal component analysis method at each window.
| Default | FALSE |
|---|
specifies a list of parameters for the output table.
The mwpcaOutput value can be one or more of the following:
specifies the name of the output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the number of principal components to be displayed for each window in the output table.
| Alias | nPCDisplayed |
|---|---|
| Default | 1 |
| Range | 1–100 |
specifies the number of principal components to be used for each window computing angle change in the output table.
| Default | 1 |
|---|---|
| Range | 1–100 |
when set to True, provides the angle change and the absolute angle of the principal components in the output table.
| Default | FALSE |
|---|
specifies the seed of random in warmup steps.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, standardizes the principal components in the output table.
| Default | FALSE |
|---|
specifies the warmup size. This parameter valid only when the number of principal components are greater than one. The default value is 0.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the name of the output table that contains the solution summary for each window.
For more information about specifying the winsummary parameter, see the common casouttable (Form 1) 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 length of the step size.
| Default | 100 |
|---|---|
| Minimum value | 1 |
specifies the maximum value of rank to be considered in the singular value decomposition solver. The default value is the smaller of the number of observations and the number of variables in the input table.
| Minimum value | 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.
specifies the variables to use for ordering observations within partitions. This parameter applies to partitioned tables, or it can be combined with variables that are specified in the groupBy parameter when the value of the groupByMode parameter is set to REDISTRIBUTE.
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.
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 convergence criterion for the robust principal component analysis algorithms.
| Alias | stopcriterion |
|---|---|
| Default | 1E-07 |
| Minimum value | 1E-10 |
specifies the length of the window. This parameter is required.
| Default | 5000 |
|---|---|
| Minimum value | 2 |
Performs principal component analysis based on a series of moving windows.
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 |
|---|---|---|
|
required parametercasOut, winsummary |
specifies a list of parameters for the output table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
when set to True, centers the numeric variables by the mean of each column.
| Alias | centering |
|---|---|
| Default | false |
specifies the significance level of the eigenvalues that determine the rank of the low-rank matrix.
| Default | 1 |
|---|---|
| Range | (0–1] |
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).
when set to True, fixes mu in each iteration of the accelerated proximal gradient method. Otherwise, mu is dynamically updated in each iteration.
| Default | false |
|---|
specifies the name of a numeric variable that identifies observations in the input data table. The values need to be a series of numbers that have a common difference. The action stops if this column contains a missing value.
specifies the numeric variables to be analyzed. If you omit this parameter, all numeric variables that are not specified in other parameters are analyzed. You cannot specify this parameter with the image parameter.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the value of the coefficient in the objective function (lambda), which is multiplied by the L1 norm of the sparse matrix in the objective function. The default value is computed as 1 divided by the square root of the number of observations or the number of variables in the input table, whichever is greater.
| Range | (0–10000000000] |
|---|
specifies the weight of lambda.
| Default | 1 |
|---|---|
| Range | (0–10000000000] |
specifies the maximum number of iterations for robust principal component analysis algorithms.
| Default | 1000 |
|---|---|
| Minimum value | 0 |
specifies an initial value of mu in the objective function for the accelerated proximal gradient method.
| Default | 0.001 |
|---|---|
| Range | 0–10000000000 |
specifies the maximum number of threads to use on each computation node.
| Default | 16 |
|---|---|
| Range | 0–1024 |
when set to True, performs the robust principal component analysis method at each window.
| Default | false |
|---|
specifies a list of parameters for the output table.
The mwpcaOutput value can be one or more of the following:
specifies the name of the output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the number of principal components to be displayed for each window in the output table.
| Alias | nPCDisplayed |
|---|---|
| Default | 1 |
| Range | 1–100 |
specifies the number of principal components to be used for each window computing angle change in the output table.
| Default | 1 |
|---|---|
| Range | 1–100 |
when set to True, provides the angle change and the absolute angle of the principal components in the output table.
| Default | false |
|---|
specifies the seed of random in warmup steps.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, standardizes the principal components in the output table.
| Default | false |
|---|
specifies the warmup size. This parameter valid only when the number of principal components are greater than one. The default value is 0.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the name of the output table that contains the solution summary for each window.
For more information about specifying the winsummary parameter, see the common casouttable (Form 1) 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 length of the step size.
| Default | 100 |
|---|---|
| Minimum value | 1 |
specifies the maximum value of rank to be considered in the singular value decomposition solver. The default value is the smaller of the number of observations and the number of variables in the input table.
| Minimum value | 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.
specifies the variables to use for ordering observations within partitions. This parameter applies to partitioned tables, or it can be combined with variables that are specified in the groupBy parameter when the value of the groupByMode parameter is set to REDISTRIBUTE.
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.
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 convergence criterion for the robust principal component analysis algorithms.
| Alias | stopcriterion |
|---|---|
| Default | 1E-07 |
| Minimum value | 1E-10 |
specifies the length of the window. This parameter is required.
| Default | 5000 |
|---|---|
| Minimum value | 2 |
Performs principal component analysis based on a series of moving windows.
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 |
|---|---|---|
|
required parametercasOut, winsummary |
specifies a list of parameters for the output table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
when set to True, centers the numeric variables by the mean of each column.
| Alias | centering |
|---|---|
| Default | False |
specifies the significance level of the eigenvalues that determine the rank of the low-rank matrix.
| Default | 1 |
|---|---|
| Range | (0–1] |
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).
when set to True, fixes mu in each iteration of the accelerated proximal gradient method. Otherwise, mu is dynamically updated in each iteration.
| Default | False |
|---|
specifies the name of a numeric variable that identifies observations in the input data table. The values need to be a series of numbers that have a common difference. The action stops if this column contains a missing value.
specifies the numeric variables to be analyzed. If you omit this parameter, all numeric variables that are not specified in other parameters are analyzed. You cannot specify this parameter with the image parameter.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the value of the coefficient in the objective function (lambda), which is multiplied by the L1 norm of the sparse matrix in the objective function. The default value is computed as 1 divided by the square root of the number of observations or the number of variables in the input table, whichever is greater.
| Range | (0–10000000000] |
|---|
specifies the weight of lambda.
| Default | 1 |
|---|---|
| Range | (0–10000000000] |
specifies the maximum number of iterations for robust principal component analysis algorithms.
| Default | 1000 |
|---|---|
| Minimum value | 0 |
specifies an initial value of mu in the objective function for the accelerated proximal gradient method.
| Default | 0.001 |
|---|---|
| Range | 0–10000000000 |
specifies the maximum number of threads to use on each computation node.
| Default | 16 |
|---|---|
| Range | 0–1024 |
when set to True, performs the robust principal component analysis method at each window.
| Default | False |
|---|
specifies a list of parameters for the output table.
The mwpcaOutput value can be one or more of the following:
specifies the name of the output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the number of principal components to be displayed for each window in the output table.
| Alias | nPCDisplayed |
|---|---|
| Default | 1 |
| Range | 1–100 |
specifies the number of principal components to be used for each window computing angle change in the output table.
| Default | 1 |
|---|---|
| Range | 1–100 |
when set to True, provides the angle change and the absolute angle of the principal components in the output table.
| Default | False |
|---|
specifies the seed of random in warmup steps.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, standardizes the principal components in the output table.
| Default | False |
|---|
specifies the warmup size. This parameter valid only when the number of principal components are greater than one. The default value is 0.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the name of the output table that contains the solution summary for each window.
For more information about specifying the winsummary parameter, see the common casouttable (Form 1) 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 length of the step size.
| Default | 100 |
|---|---|
| Minimum value | 1 |
specifies the maximum value of rank to be considered in the singular value decomposition solver. The default value is the smaller of the number of observations and the number of variables in the input table.
| Minimum value | 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.
specifies the variables to use for ordering observations within partitions. This parameter applies to partitioned tables, or it can be combined with variables that are specified in the groupBy parameter when the value of the groupByMode parameter is set to REDISTRIBUTE.
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.
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 convergence criterion for the robust principal component analysis algorithms.
| Alias | stopcriterion |
|---|---|
| Default | 1E-07 |
| Minimum value | 1E-10 |
specifies the length of the window. This parameter is required.
| Default | 5000 |
|---|---|
| Minimum value | 2 |
Performs principal component analysis based on a series of moving windows.
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 |
|---|---|---|
|
required parametercasOut, winsummary |
specifies a list of parameters for the output table. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
changes the attributes of variables used in this action. Currently, attributes specified on the inputs and nominals parameter are ignored.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | attribute |
|---|---|
| attr |
when set to True, centers the numeric variables by the mean of each column.
| Alias | centering |
|---|---|
| Default | FALSE |
specifies the significance level of the eigenvalues that determine the rank of the low-rank matrix.
| Default | 1 |
|---|---|
| Range | (0–1] |
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).
when set to True, fixes mu in each iteration of the accelerated proximal gradient method. Otherwise, mu is dynamically updated in each iteration.
| Default | FALSE |
|---|
specifies the name of a numeric variable that identifies observations in the input data table. The values need to be a series of numbers that have a common difference. The action stops if this column contains a missing value.
specifies the numeric variables to be analyzed. If you omit this parameter, all numeric variables that are not specified in other parameters are analyzed. You cannot specify this parameter with the image parameter.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the value of the coefficient in the objective function (lambda), which is multiplied by the L1 norm of the sparse matrix in the objective function. The default value is computed as 1 divided by the square root of the number of observations or the number of variables in the input table, whichever is greater.
| Range | (0–10000000000] |
|---|
specifies the weight of lambda.
| Default | 1 |
|---|---|
| Range | (0–10000000000] |
specifies the maximum number of iterations for robust principal component analysis algorithms.
| Default | 1000 |
|---|---|
| Minimum value | 0 |
specifies an initial value of mu in the objective function for the accelerated proximal gradient method.
| Default | 0.001 |
|---|---|
| Range | 0–10000000000 |
specifies the maximum number of threads to use on each computation node.
| Default | 16 |
|---|---|
| Range | 0–1024 |
when set to True, performs the robust principal component analysis method at each window.
| Default | FALSE |
|---|
specifies a list of parameters for the output table.
The mwpcaOutput value can be one or more of the following:
specifies the name of the output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the number of principal components to be displayed for each window in the output table.
| Alias | nPCDisplayed |
|---|---|
| Default | 1 |
| Range | 1–100 |
specifies the number of principal components to be used for each window computing angle change in the output table.
| Default | 1 |
|---|---|
| Range | 1–100 |
when set to True, provides the angle change and the absolute angle of the principal components in the output table.
| Default | FALSE |
|---|
specifies the seed of random in warmup steps.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, standardizes the principal components in the output table.
| Default | FALSE |
|---|
specifies the warmup size. This parameter valid only when the number of principal components are greater than one. The default value is 0.
| Default | 0 |
|---|---|
| Minimum value | 0 |
specifies the name of the output table that contains the solution summary for each window.
For more information about specifying the winsummary parameter, see the common casouttable (Form 1) 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 length of the step size.
| Default | 100 |
|---|---|
| Minimum value | 1 |
specifies the maximum value of rank to be considered in the singular value decomposition solver. The default value is the smaller of the number of observations and the number of variables in the input table.
| Minimum value | 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.
specifies the variables to use for ordering observations within partitions. This parameter applies to partitioned tables, or it can be combined with variables that are specified in the groupBy parameter when the value of the groupByMode parameter is set to REDISTRIBUTE.
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.
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 convergence criterion for the robust principal component analysis algorithms.
| Alias | stopcriterion |
|---|---|
| Default | 1E-07 |
| Minimum value | 1E-10 |
specifies the length of the window. This parameter is required.
| Default | 5000 |
|---|---|
| Minimum value | 2 |