Provides actions for performing supervised and unsupervised dimension reduction
Provides an action for performing unsupervised dimension reduction.
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 |
creates a data set that contains a symmetric matrix that depicts the relationships among variables and also a set of statistics about the input data set and variables. |
|
|
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).
| Alias | attribute |
|---|
names the classification variables to be used as explanatory variables in the analysis.
For more information about specifying the class parameter, see the common classStatement parameter (Appendix A: Common Parameters).
| Alias | classVars |
|---|
lists options that apply to all classification variables.
For more information about specifying the classglobalopts parameter, see the common classopts parameter (Appendix A: Common Parameters).
defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
The collection value can be one or more of the following:
when set to True, requests a table that shows additional details that are related to this effect.
| Default | FALSE |
|---|
specifies the name of the effect.
specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
specifies a quoted string that will be prefixed to any messages that are associated with this action invocation.
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).
names the numeric variable that contains the frequency of occurrence for each observation.
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 |
|---|
specifies the number of effects to select; the number must be greater than or equal to 1.
| Default | 200 |
|---|---|
| Range | 0–100000 |
specifies the maximum number of steps to take; the number must be greater than or equal to 1.
| Default | 0 |
|---|---|
| Range | 0–100000 |
names the dependent variable, explanatory effects, and model options.
For more information about specifying the model parameter, see the common modelStatement parameter (Appendix A: Common Parameters).
uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
For more information about specifying the multimember parameter, see the common multimember parameter (Appendix A: Common Parameters).
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 |
|---|
creates a data set that contains a symmetric matrix that depicts the relationships among variables and also a set of statistics about the input data set and variables.
The OutputCPStatement value can be one or more of the following:
specifies the output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies an epsilon value such that matrix entries that have an absolute value smaller than epsilon are ignored in the output. You must specify the list parameter when you specify the eps parameter.
| Default | 0 |
|---|---|
| Minimum value | 0 |
outputs the symmetric matrix in the list-of-lists (LIL) format.
| Default | FALSE |
|---|
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 a polynomial effect. All specified variables must be numeric. A design matrix column is generated for each term of the specified polynomial. By default, each of these terms is treated as a separate effect for the purpose of model building.
For more information about specifying the polynomial parameter, see the common polynomial parameter (Appendix A: Common Parameters).
| Alias | poly |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the matrix to use to select variables: Pearson correlation (CORR), sum of squares and crossproducts (SSCP), or covariance (COV), respectively.
| Default | CORR |
|---|
specifies the fraction of the total variance to be explained; the value must be between 0 and 1.
| Default | 0.9 |
|---|
specifies the minimum increment of explained variance (in a fraction of the total variance); the value must be between 0 and 1.
| Default | 0 |
|---|
names the numeric variable that contains the frequency of occurrence for each observation.
Provides an action for performing unsupervised dimension reduction.
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 |
creates a data set that contains a symmetric matrix that depicts the relationships among variables and also a set of statistics about the input data set and variables. |
|
|
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).
| Alias | attribute |
|---|
names the classification variables to be used as explanatory variables in the analysis.
For more information about specifying the class parameter, see the common classStatement parameter (Appendix A: Common Parameters).
| Alias | classVars |
|---|
lists options that apply to all classification variables.
For more information about specifying the classglobalopts parameter, see the common classopts parameter (Appendix A: Common Parameters).
defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
The collection value can be one or more of the following:
when set to True, requests a table that shows additional details that are related to this effect.
| Default | false |
|---|
specifies the name of the effect.
specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
specifies a quoted string that will be prefixed to any messages that are associated with this action invocation.
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).
names the numeric variable that contains the frequency of occurrence for each observation.
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 |
|---|
specifies the number of effects to select; the number must be greater than or equal to 1.
| Default | 200 |
|---|---|
| Range | 0–100000 |
specifies the maximum number of steps to take; the number must be greater than or equal to 1.
| Default | 0 |
|---|---|
| Range | 0–100000 |
names the dependent variable, explanatory effects, and model options.
For more information about specifying the model parameter, see the common modelStatement parameter (Appendix A: Common Parameters).
uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
For more information about specifying the multimember parameter, see the common multimember parameter (Appendix A: Common Parameters).
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 |
|---|
creates a data set that contains a symmetric matrix that depicts the relationships among variables and also a set of statistics about the input data set and variables.
The OutputCPStatement value can be one or more of the following:
specifies the output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies an epsilon value such that matrix entries that have an absolute value smaller than epsilon are ignored in the output. You must specify the list parameter when you specify the eps parameter.
| Default | 0 |
|---|---|
| Minimum value | 0 |
outputs the symmetric matrix in the list-of-lists (LIL) format.
| Default | false |
|---|
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 a polynomial effect. All specified variables must be numeric. A design matrix column is generated for each term of the specified polynomial. By default, each of these terms is treated as a separate effect for the purpose of model building.
For more information about specifying the polynomial parameter, see the common polynomial parameter (Appendix A: Common Parameters).
| Alias | poly |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the matrix to use to select variables: Pearson correlation (CORR), sum of squares and crossproducts (SSCP), or covariance (COV), respectively.
| Default | CORR |
|---|
specifies the fraction of the total variance to be explained; the value must be between 0 and 1.
| Default | 0.9 |
|---|
specifies the minimum increment of explained variance (in a fraction of the total variance); the value must be between 0 and 1.
| Default | 0 |
|---|
names the numeric variable that contains the frequency of occurrence for each observation.
Provides an action for performing unsupervised dimension reduction.
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 |
creates a data set that contains a symmetric matrix that depicts the relationships among variables and also a set of statistics about the input data set and variables. |
|
|
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).
| Alias | attribute |
|---|
names the classification variables to be used as explanatory variables in the analysis.
For more information about specifying the class parameter, see the common classStatement parameter (Appendix A: Common Parameters).
| Alias | classVars |
|---|
lists options that apply to all classification variables.
For more information about specifying the classglobalopts parameter, see the common classopts parameter (Appendix A: Common Parameters).
defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
The collection value can be one or more of the following:
when set to True, requests a table that shows additional details that are related to this effect.
| Default | False |
|---|
specifies the name of the effect.
specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
specifies a quoted string that will be prefixed to any messages that are associated with this action invocation.
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).
names the numeric variable that contains the frequency of occurrence for each observation.
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 |
|---|
specifies the number of effects to select; the number must be greater than or equal to 1.
| Default | 200 |
|---|---|
| Range | 0–100000 |
specifies the maximum number of steps to take; the number must be greater than or equal to 1.
| Default | 0 |
|---|---|
| Range | 0–100000 |
names the dependent variable, explanatory effects, and model options.
For more information about specifying the model parameter, see the common modelStatement parameter (Appendix A: Common Parameters).
uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
For more information about specifying the multimember parameter, see the common multimember parameter (Appendix A: Common Parameters).
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 |
|---|
creates a data set that contains a symmetric matrix that depicts the relationships among variables and also a set of statistics about the input data set and variables.
The OutputCPStatement value can be one or more of the following:
specifies the output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies an epsilon value such that matrix entries that have an absolute value smaller than epsilon are ignored in the output. You must specify the list parameter when you specify the eps parameter.
| Default | 0 |
|---|---|
| Minimum value | 0 |
outputs the symmetric matrix in the list-of-lists (LIL) format.
| Default | False |
|---|
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 a polynomial effect. All specified variables must be numeric. A design matrix column is generated for each term of the specified polynomial. By default, each of these terms is treated as a separate effect for the purpose of model building.
For more information about specifying the polynomial parameter, see the common polynomial parameter (Appendix A: Common Parameters).
| Alias | poly |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the matrix to use to select variables: Pearson correlation (CORR), sum of squares and crossproducts (SSCP), or covariance (COV), respectively.
| Default | CORR |
|---|
specifies the fraction of the total variance to be explained; the value must be between 0 and 1.
| Default | 0.9 |
|---|
specifies the minimum increment of explained variance (in a fraction of the total variance); the value must be between 0 and 1.
| Default | 0 |
|---|
names the numeric variable that contains the frequency of occurrence for each observation.
Provides an action for performing unsupervised dimension reduction.
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 |
creates a data set that contains a symmetric matrix that depicts the relationships among variables and also a set of statistics about the input data set and variables. |
|
|
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).
| Alias | attribute |
|---|
names the classification variables to be used as explanatory variables in the analysis.
For more information about specifying the class parameter, see the common classStatement parameter (Appendix A: Common Parameters).
| Alias | classVars |
|---|
lists options that apply to all classification variables.
For more information about specifying the classglobalopts parameter, see the common classopts parameter (Appendix A: Common Parameters).
defines a set of variables that are treated as a single effect that has multiple degrees of freedom.
The collection value can be one or more of the following:
when set to True, requests a table that shows additional details that are related to this effect.
| Default | FALSE |
|---|
specifies the name of the effect.
specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
specifies a quoted string that will be prefixed to any messages that are associated with this action invocation.
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).
names the numeric variable that contains the frequency of occurrence for each observation.
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 |
|---|
specifies the number of effects to select; the number must be greater than or equal to 1.
| Default | 200 |
|---|---|
| Range | 0–100000 |
specifies the maximum number of steps to take; the number must be greater than or equal to 1.
| Default | 0 |
|---|---|
| Range | 0–100000 |
names the dependent variable, explanatory effects, and model options.
For more information about specifying the model parameter, see the common modelStatement parameter (Appendix A: Common Parameters).
uses one or more classification variables specified in the vars parameter in such a way that each observation can be associated with one or more levels of the union of the levels of the classification variables.
For more information about specifying the multimember parameter, see the common multimember parameter (Appendix A: Common Parameters).
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 |
|---|
creates a data set that contains a symmetric matrix that depicts the relationships among variables and also a set of statistics about the input data set and variables.
The OutputCPStatement value can be one or more of the following:
specifies the output table.
For more information about specifying the casOut parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies an epsilon value such that matrix entries that have an absolute value smaller than epsilon are ignored in the output. You must specify the list parameter when you specify the eps parameter.
| Default | 0 |
|---|---|
| Minimum value | 0 |
outputs the symmetric matrix in the list-of-lists (LIL) format.
| Default | FALSE |
|---|
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 a polynomial effect. All specified variables must be numeric. A design matrix column is generated for each term of the specified polynomial. By default, each of these terms is treated as a separate effect for the purpose of model building.
For more information about specifying the polynomial parameter, see the common polynomial parameter (Appendix A: Common Parameters).
| Alias | poly |
|---|
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
specifies the matrix to use to select variables: Pearson correlation (CORR), sum of squares and crossproducts (SSCP), or covariance (COV), respectively.
| Default | CORR |
|---|
specifies the fraction of the total variance to be explained; the value must be between 0 and 1.
| Default | 0.9 |
|---|
specifies the minimum increment of explained variance (in a fraction of the total variance); the value must be between 0 and 1.
| Default | 0 |
|---|
names the numeric variable that contains the frequency of occurrence for each observation.