Provides actions for performing independent component analysis
Computes independent components by using the fastICA method.
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 |
specifies the output table to be created to contain observationwise statistics. If you do not specify any statistic, then only the independent components are included. |
|
|
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 |
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 threshold for the proportion of variance that is explained by eigenvalues. If the proportion of variance that an eigenvalue explains is less than the threshold, the eigenvalue is discarded in the analysis.
| Alias | eigThresh |
|---|---|
| Default | 0 |
| Range | 0–1 |
suppresses analysis if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
specifies the numeric variables to be analyzed. If you omit the parameter, all numeric variables that are not specified in other parameters are analyzed.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the settings for the component extraction method.
| Long form | method={name="DEFLATION" | "SYMMETRIC"} |
|---|---|
| Shortcut form | method="DEFLATION" | "SYMMETRIC" |
The fastIca_method value can be one or more of the following:
specifies the maximum number of iterations to perform.
| Default | 500 |
|---|---|
| Range | 1–MACINT |
specifies the convergence criterion.
| Alias | tol |
|---|---|
| Default | 0.0001 |
| Range | 0–1 |
specifies the number of independent components to be computed. If the value is 0, the number of independent components to be computed is the same as the number of numeric variables to be analyzed.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, suppresses centering of the numeric variables to be analyzed.
| Default | FALSE |
|---|
when set to True, suppresses scaling of the numeric variables to be analyzed.
| Default | FALSE |
|---|
specifies the output table to be created to contain observationwise statistics. If you do not specify any statistic, then only the independent components are included.
The fastIca_output 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 the source values for each independent component. If the value is an empty string, the string that is specified in the prefix parameter is used to name the output variables.
| Alias | comp |
|---|
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
specifies the source values for each whitened variable. If the value is an empty string, the string that is specified in the whitePrefix parameter is used to name the output variables.
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 prefix for naming the independent components.
| Default | "Comp" |
|---|
specifies the seed value for pseudorandom number generation.
| Default | 0 |
|---|
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 a prefix for naming the whitened variables.
| Alias | wPrefix |
|---|---|
| Default | "White" |
Computes independent components by using the fastICA method.
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 |
specifies the output table to be created to contain observationwise statistics. If you do not specify any statistic, then only the independent components are included. |
|
|
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 |
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 threshold for the proportion of variance that is explained by eigenvalues. If the proportion of variance that an eigenvalue explains is less than the threshold, the eigenvalue is discarded in the analysis.
| Alias | eigThresh |
|---|---|
| Default | 0 |
| Range | 0–1 |
suppresses analysis if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
specifies the numeric variables to be analyzed. If you omit the parameter, all numeric variables that are not specified in other parameters are analyzed.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the settings for the component extraction method.
| Long form | method={name="DEFLATION" | "SYMMETRIC"} |
|---|---|
| Shortcut form | method="DEFLATION" | "SYMMETRIC" |
The fastIca_method value can be one or more of the following:
specifies the maximum number of iterations to perform.
| Default | 500 |
|---|---|
| Range | 1–MACINT |
specifies the convergence criterion.
| Alias | tol |
|---|---|
| Default | 0.0001 |
| Range | 0–1 |
specifies the number of independent components to be computed. If the value is 0, the number of independent components to be computed is the same as the number of numeric variables to be analyzed.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, suppresses centering of the numeric variables to be analyzed.
| Default | false |
|---|
when set to True, suppresses scaling of the numeric variables to be analyzed.
| Default | false |
|---|
specifies the output table to be created to contain observationwise statistics. If you do not specify any statistic, then only the independent components are included.
The fastIca_output 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 the source values for each independent component. If the value is an empty string, the string that is specified in the prefix parameter is used to name the output variables.
| Alias | comp |
|---|
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
specifies the source values for each whitened variable. If the value is an empty string, the string that is specified in the whitePrefix parameter is used to name the output variables.
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 prefix for naming the independent components.
| Default | "Comp" |
|---|
specifies the seed value for pseudorandom number generation.
| Default | 0 |
|---|
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 a prefix for naming the whitened variables.
| Alias | wPrefix |
|---|---|
| Default | "White" |
Computes independent components by using the fastICA method.
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 |
specifies the output table to be created to contain observationwise statistics. If you do not specify any statistic, then only the independent components are included. |
|
|
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 |
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 threshold for the proportion of variance that is explained by eigenvalues. If the proportion of variance that an eigenvalue explains is less than the threshold, the eigenvalue is discarded in the analysis.
| Alias | eigThresh |
|---|---|
| Default | 0 |
| Range | 0–1 |
suppresses analysis if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
specifies the numeric variables to be analyzed. If you omit the parameter, all numeric variables that are not specified in other parameters are analyzed.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the settings for the component extraction method.
| Long form | method={"name":"DEFLATION" | "SYMMETRIC"} |
|---|---|
| Shortcut form | method="DEFLATION" | "SYMMETRIC" |
The fastIca_method value can be one or more of the following:
specifies the maximum number of iterations to perform.
| Default | 500 |
|---|---|
| Range | 1–MACINT |
specifies the convergence criterion.
| Alias | tol |
|---|---|
| Default | 0.0001 |
| Range | 0–1 |
specifies the number of independent components to be computed. If the value is 0, the number of independent components to be computed is the same as the number of numeric variables to be analyzed.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, suppresses centering of the numeric variables to be analyzed.
| Default | False |
|---|
when set to True, suppresses scaling of the numeric variables to be analyzed.
| Default | False |
|---|
specifies the output table to be created to contain observationwise statistics. If you do not specify any statistic, then only the independent components are included.
The fastIca_output 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 the source values for each independent component. If the value is an empty string, the string that is specified in the prefix parameter is used to name the output variables.
| Alias | comp |
|---|
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
specifies the source values for each whitened variable. If the value is an empty string, the string that is specified in the whitePrefix parameter is used to name the output variables.
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 prefix for naming the independent components.
| Default | "Comp" |
|---|
specifies the seed value for pseudorandom number generation.
| Default | 0 |
|---|
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 a prefix for naming the whitened variables.
| Alias | wPrefix |
|---|---|
| Default | "White" |
Computes independent components by using the fastICA method.
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 |
specifies the output table to be created to contain observationwise statistics. If you do not specify any statistic, then only the independent components are included. |
|
|
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 |
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 threshold for the proportion of variance that is explained by eigenvalues. If the proportion of variance that an eigenvalue explains is less than the threshold, the eigenvalue is discarded in the analysis.
| Alias | eigThresh |
|---|---|
| Default | 0 |
| Range | 0–1 |
suppresses analysis if the number of BY groups exceeds the specified value.
| Minimum value | 1 |
|---|
specifies the numeric variables to be analyzed. If you omit the parameter, all numeric variables that are not specified in other parameters are analyzed.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Aliases | input |
|---|---|
| vars | |
| var |
specifies the settings for the component extraction method.
| Long form | method=list(name="DEFLATION" | "SYMMETRIC") |
|---|---|
| Shortcut form | method="DEFLATION" | "SYMMETRIC" |
The fastIca_method value can be one or more of the following:
specifies the maximum number of iterations to perform.
| Default | 500 |
|---|---|
| Range | 1–MACINT |
specifies the convergence criterion.
| Alias | tol |
|---|---|
| Default | 0.0001 |
| Range | 0–1 |
specifies the number of independent components to be computed. If the value is 0, the number of independent components to be computed is the same as the number of numeric variables to be analyzed.
| Default | 0 |
|---|---|
| Minimum value | 0 |
when set to True, suppresses centering of the numeric variables to be analyzed.
| Default | FALSE |
|---|
when set to True, suppresses scaling of the numeric variables to be analyzed.
| Default | FALSE |
|---|
specifies the output table to be created to contain observationwise statistics. If you do not specify any statistic, then only the independent components are included.
The fastIca_output 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 the source values for each independent component. If the value is an empty string, the string that is specified in the prefix parameter is used to name the output variables.
| Alias | comp |
|---|
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
specifies the source values for each whitened variable. If the value is an empty string, the string that is specified in the whitePrefix parameter is used to name the output variables.
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 prefix for naming the independent components.
| Default | "Comp" |
|---|
specifies the seed value for pseudorandom number generation.
| Default | 0 |
|---|
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 a prefix for naming the whitened variables.
| Alias | wPrefix |
|---|---|
| Default | "White" |