2215 questions found.

Page 30 / 45

The 'minFrequency' parameter specifies that the output table contains records with _Frequency_ greater than or equal to this number. Its alias is 'minFreq'. The default is 0, and the minimum value is 1....

The 'minGroupsLL' parameter specifies the minimum number of groups required for using post-read parallel algorithms. The default is 100000, and the minimum value is 1....

The 'minPosition' parameter specifies that the output table contains records with _Position_ greater than or equal to this number. Its alias is 'minPos'. The default is -1, and the minimum value is 1....

The 'noVars' parameter, when set to True, prevents variables from being automatically copied from the input table to the output table. By default, all columns not in specified input, groupBy, weight, or frequency parameters are copied. The default is False....

The 'nSubGroupVars' parameter specifies the number of variables in the inputs varlist whose values determine subgroups. Its aliases are 'nSubGroupVariables', 'nSubGroupCols', and 'nSubGroupColumns'. The default is 0, and the minimum value is 1....

The 'position' parameter specifies to filter records for the output table, including only records that match the specified value in the _Position_ column. The default is -1, and the minimum value is 1....

The 'sparse' parameter, when set to True and the action is running on a distributed server, means each thread reads data from only a few groups. This can improve performance with many threads or groups. The default is False, and in some cases, 'sparse' is enabled automatically....

The 'attributes' parameter specifies the variable attributes, such as format, formattedLength, label, name (required), nfd, and nfl. Aliases include 'attribute', 'attrs', 'attr', and 'varAttrs'. For more information, see the common 'casinvardesc' parameter....

The 'casOut' parameter specifies settings for an output table, including caslib, compress, indexVars, label, lifetime, maxMemSize, memoryFormat, name, promote, replace, replication, tableRedistUpPolicy, threadBlockSize, timeStamp, and where. For more information, see the common 'casouttable' paramet...

The 'copyVars' parameter specifies additional columns to copy from the input table to the casOut output table. Variables specified in the 'inputs' parameter and 'groupBy' columns are automatically copied. Its aliases are 'copyVar' and 'extraVars'....

The 'groupbyTable' parameter specifies an input table that contains the groups to use in a group-by analysis. It can be specified with 'name' (required), 'casLib', 'dataSourceOptions', 'importOptions', and 'where'. Its long form is 'groupbyTable={name="table-name"}' and shortcut form is 'groupbyTabl...

The 'inputs' parameter specifies the input variables for the analysis, using properties like format, formattedLength, label, name (required), nfd, and nfl. Its alias is 'input'. For more information, see the common 'casinvardesc' parameter....

The 'table' parameter specifies the table name, caslib, and other common parameters, including 'name' (required), 'caslib', 'computedOnDemand', 'computedVars', 'computedVarsProgram', 'dataSourceOptions', 'groupBy', 'groupByMode', 'importOptions', 'orderBy', 'singlePass', 'vars', and 'whereTable'. Fo...

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).Aliasattribute...

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:details=TRUE | FALSEwhen set to True, requests a table that shows additional details that are related to this effect.DefaultFALSE* name="strin...

eyecatcher="string"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)....

when set to True, performs graphical variable clustering without preprocessing by thresholding the sample covariance into connected components. By default, the preprocessing step is performed.AliasnoblockDefaultFALSE...

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).Aliasinput...

specifies the maximum number of iterations for estimating the sparse precision covariance matrix by using coordinate descent.Default50Range1–100000...

stops the action when the number of members within any cluster is greater than or equal to the specified value.Range1–100000...

specifies the maximum number of clustering steps.Default3Range1–50...

stops the action when the number of clusters is less than or equal to the specified value.Default3Range1–100000...

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 multimem...

specifies nominal variables to use for analysis. For more information about specifying the nominals parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).Aliasnominal...

creates a data set that contains a symmetric matrix that depicts the covariances among variables and also creates a set of statistics about the input data set and variables. The OutputCPStatement value can be one or more of the following:* casOut={casouttable}specifies the output table. For more inf...

creates a data set for use with the Hypergroup action in the tkhypgrp action library. This table contains the information that defines the edges in the network: _FROM_, _TO_ and _WEIGHT_. For more information about specifying the outEdge parameter, see the common casouttable (Form 1) parameter (Appe...

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).AliasdisplayOut...

creates a data set that depicts a tree diagram to display the hierarchical clustering results. The tree diagram can be plotted using the DENDROGRAM statement in the Graph Template Language. For more information about specifying the outTree parameter, see the common casouttable (Form 1) parameter (Ap...

creates a data set for use with the Hypergroup action in the tkhypgrp action library. This table contains the vertices in the network and their size. For more information about specifying the outVert parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters)....

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 polynomi...

specifies the value of rho that determines the sequence of regulation parameters [the first power of rho, the second power of rho, and so on], that are used on sequential clustering steps.Default0.8...

when set to True, performs graphical variable clustering without preprocessing by thresholding the sample covariance into connected components. By default, the preprocessing step is performed.DefaultNONE...

requests that the action stop if the clustering results do not change in the previous number of consecutive step that is specified in this parameter.Default3Range2–100...

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 target variable to use for analysis....

names the numeric variable to use to perform a weighted analysis of the data....

specifies the minimal absolute tolerance at which an iteration stops.Default0.001Minimum value1E-12...

Provides an action for performing variable clustering and providing undirected network for mining relationship among variables....

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)....

required parameter name="variable-name", specifies the name of the effect....

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...

required parameter name="string", specifies the name of the effect....

required parameter vars={"variable-name-1" }, 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 ...

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)....

when set to True, performs graphical variable clustering without preprocessing by thresholding the sample covariance into connected components. By default, the preprocessing step is performed. Alias: noblock, Default: FALSE...