The starting point for your SAS® and Viya™ projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
Reshapes a table from a long format (multiple rows per subject) to a wide format...
The core action calculates the k-core decomposition of the graph. The k-core of ...
The crfScore action uses a Conditional Random Fields (CRF) model to score input ...
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 'groupbyTable="table-name"'.
The `restore` parameter is required. It is used to specify the input table that contains the regression model information, restored from a binary large object (BLOB).
specifies the input table containing vertices information. For more information about specifying the verticesIn parameter, see the common castable parameter.
Yes, the `columns` parameter allows you to specify a list of column names from the input table to be passed through to the output table. If this parameter is not specified, all input columns will be included in the output.
Data partitions by fraction are defined using the partByFrac parameter, which accepts a partByFracStatement structure. This includes a seed for random number generation, and proportions for test and validate sets (test, validate).